Changeset 13605

Show
Ignore:
Timestamp:
06/10/08 05:12:55 (5 years ago)
Author:
tokuhirom
Message:

shall you die?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/mobirc/trunk/lib/App/Mobirc.pm

    r13234 r13605  
    5252    $self->run_hook('run_component'); 
    5353 
     54    # POE::Sugar::Args => Devel::Caller::Perl => DB => DB::catch(do not catch here) 
     55    $SIG{INT} = sub { die "SIGINT\n" }; 
     56 
    5457    $poe_kernel->run(); 
    5558}