Changes between Version 52 and Version 53 of PreReleaseChecklist
- Timestamp:
- 03/04/11 15:29:58 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PreReleaseChecklist
v52 v53 74 74 1. use "Edit" -> "Go To ..." to jump to a given character position 75 75 76 == Saving perl file without extension forgetsits mime-type ==77 78 See #1107 76 == Saving perl file without extension needs to remember its mime-type == 77 78 See #1107, #849 79 79 80 80 1. "File" -> "New" … … 96 96 || Who || Padre version || system || status || 97 97 || szabgab || r13895 || Ubuntu 10.10 || fail #1107 || 98 99 1. Repeat the above but this time the content of the file should be 100 {{{ 101 #!/usr/bin/env perl 102 103 print 42; 104 }}} 105 106 1. A third time in which case the content should be 107 {{{ 108 #!/usr/local/bin/perl 109 110 print "ok"; 111 }}} 98 112 99 113 == Perl distributions and templates and running ==
