Changeset 10621 for trunk/Padre/dev.pl
- Timestamp:
- 02/08/10 03:51:35 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/dev.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/dev.pl
r10615 r10621 36 36 'debug|d' => \$DEBUG, 37 37 'trace' => sub { $ENV{PADRE_DEBUG} = 1 }, 38 'die' => sub { $ENV{PADRE_DIE} = 1 },38 'die' => sub { $ENV{PADRE_DIE} = 1 }, 39 39 'profile' => \$PROFILE, 40 40 'a' => \$PLUGINS, … … 82 82 83 83 if ($FULLTRACE) { 84 eval { 85 require Devel::Trace; 86 }; 84 eval { require Devel::Trace; }; 87 85 if ($@) { 88 86 print "Error while initilizing --fulltrace while trying to load Devel::Trace:\n" … … 115 113 push @cmd, '--help' if $USAGE; 116 114 117 if ( $DEBUG) {115 if ($DEBUG) { 118 116 print "Running " . join( ' ', @cmd ) . "\n"; 119 117 } 120 118 121 if ( $USAGE) {119 if ($USAGE) { 122 120 usage(); 123 121 }
Note: See TracChangeset
for help on using the changeset viewer.
