ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Async-Interrupt/Interrupt.pm
(Generate patch)

Comparing cvsroot/Async-Interrupt/Interrupt.pm (file contents):
Revision 1.10 by root, Sun Jul 12 23:03:36 2009 UTC vs.
Revision 1.11 by root, Tue Jul 14 19:29:26 2009 UTC

97package Async::Interrupt; 97package Async::Interrupt;
98 98
99use common::sense; 99use common::sense;
100 100
101BEGIN { 101BEGIN {
102 # the next line forces initialisation of internal
103 # signal handling # variables
104 $SIG{KILL} = sub { };
105
102 our $VERSION = '0.041'; 106 our $VERSION = '0.041';
103 107
104 require XSLoader; 108 require XSLoader;
105 XSLoader::load Async::Interrupt::, $VERSION; 109 XSLoader::load ("Async::Interrupt", $VERSION);
106} 110}
107 111
108our $DIED = sub { warn "$@" }; 112our $DIED = sub { warn "$@" };
109 113
110=item $async = new Async::Interrupt key => value... 114=item $async = new Async::Interrupt key => value...

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines