Changeset 5296
- Timestamp:
- 06/18/09 03:11:53 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/script/padre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/script/padre
r5125 r5296 6 6 use File::Which (); 7 7 use Getopt::Long (); 8 use Carp (); 8 9 9 10 $| = 1; 10 11 11 12 if ($ENV{PADRE_DIE}) { 12 $SIG{__DIE__} = sub { print STDERR "DIE: @_" };13 $SIG{__DIE__} = sub { print STDERR Carp::longmess "DIE: @_" }; 13 14 } 14 15
Note: See TracChangeset
for help on using the changeset viewer.
