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.4 by root, Thu Jul 2 16:15:52 2009 UTC vs.
Revision 1.5 by root, Fri Jul 3 21:11:22 2009 UTC

50package Async::Interrupt; 50package Async::Interrupt;
51 51
52no warnings; 52no warnings;
53 53
54BEGIN { 54BEGIN {
55 $VERSION = '0.02'; 55 $VERSION = '0.03';
56 56
57 require XSLoader; 57 require XSLoader;
58 XSLoader::load Async::Interrupt::, $VERSION; 58 XSLoader::load Async::Interrupt::, $VERSION;
59} 59}
60 60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines