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

Comparing Async-Interrupt/Interrupt.pm (file contents):
Revision 1.8 by root, Sun Jul 12 01:44:01 2009 UTC vs.
Revision 1.12 by root, Tue Jul 14 19:51:24 2009 UTC

94 94
95=cut 95=cut
96 96
97package Async::Interrupt; 97package Async::Interrupt;
98 98
99no warnings; 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 $VERSION = '0.04'; 106 our $VERSION = '0.042';
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