Changeset 2178
- Timestamp:
- 12/23/08 09:41:22 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/script/padre (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/script/padre
r2115 r2178 6 6 $| = 1; 7 7 8 unless ( $^O eq 'MSWin32' or $ENV{PADRE_DEV} or grep /^(-h|--help)$/, @ARGV) { 9 exit 0 if fork();8 unless ( $^O eq 'MSWin32' or $ENV{PADRE_DEV} or grep /^(-h|--help)$/, @ARGV) { 9 exit 0 if fork(); 10 10 } 11 11 … … 15 15 $ENV{PADRE_PAR_PATH} = $ENV{PAR_TEMP}||''; 16 16 17 if( $^V ge v5.1 ) { # PERL_VERSION18 # This is needed for Padre::Plugin::Perl6 and Syntax::Highlight::Perl619 # This will be removed once this STD.pm bug is fixed.20 eval "use STD;";21 if (not $@) { 22 print "XXX- Enabled support for STD.pm\n";23 }17 if( $^V ge v5.1 ) { # $PERL_VERSION 18 # This is needed for Padre::Plugin::Perl6 and Syntax::Highlight::Perl6 19 # This will be removed once this STD.pm bug is fixed. 20 eval "use STD;"; 21 if (not $@) { # $EVAL_ERROR 22 print "Loaded STD.pm for Padre::Plugin::Perl6\n"; 23 } 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.
