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.14 by root, Fri Jul 17 01:53:41 2009 UTC vs.
Revision 1.15 by root, Fri Jul 17 14:59:47 2009 UTC

101BEGIN { 101BEGIN {
102 # the next line forces initialisation of internal 102 # the next line forces initialisation of internal
103 # signal handling # variables 103 # signal handling # variables
104 $SIG{KILL} = sub { }; 104 $SIG{KILL} = sub { };
105 105
106 our $VERSION = '0.5'; 106 our $VERSION = '0.501';
107 107
108 require XSLoader; 108 require XSLoader;
109 XSLoader::load ("Async::Interrupt", $VERSION); 109 XSLoader::load ("Async::Interrupt", $VERSION);
110} 110}
111 111

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines