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.6 by root, Sat Jul 11 22:16:50 2009 UTC vs.
Revision 1.7 by root, Sat Jul 11 22:24:30 2009 UTC

50package Async::Interrupt; 50package Async::Interrupt;
51 51
52no warnings; 52no warnings;
53 53
54BEGIN { 54BEGIN {
55 $VERSION = '0.03'; 55 $VERSION = '0.04';
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