Changeset 5340


Ignore:
Timestamp:
06/18/09 21:47:17 (3 years ago)
Author:
azawawi
Message:

[Padre] DIE longmess is a bit less messy :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/script/padre

    r5296 r5340  
    1111 
    1212if ($ENV{PADRE_DIE}) { 
    13     $SIG{__DIE__} = sub { print STDERR Carp::longmess "DIE: @_" }; 
     13    $SIG{__DIE__} = sub { print STDERR Carp::longmess "\nDIE: @_\n" }; 
    1414} 
    1515 
Note: See TracChangeset for help on using the changeset viewer.