Changeset 5296


Ignore:
Timestamp:
06/18/09 03:11:53 (3 years ago)
Author:
submersible_toaster
Message:

PADRE_DIE handler glorified with Carp::longmess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/script/padre

    r5125 r5296  
    66use File::Which  (); 
    77use Getopt::Long (); 
     8use Carp         (); 
    89 
    910$| = 1; 
    1011 
    1112if ($ENV{PADRE_DIE}) { 
    12     $SIG{__DIE__} = sub { print STDERR "DIE: @_" }; 
     13    $SIG{__DIE__} = sub { print STDERR Carp::longmess "DIE: @_" }; 
    1314} 
    1415 
Note: See TracChangeset for help on using the changeset viewer.