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.9 by root, Sun Jul 12 16:33:26 2009 UTC vs.
Revision 1.10 by root, Sun Jul 12 23:03:36 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 $VERSION = '0.041'; 102 our $VERSION = '0.041';
103 103
104 require XSLoader; 104 require XSLoader;
105 XSLoader::load Async::Interrupt::, $VERSION; 105 XSLoader::load Async::Interrupt::, $VERSION;
106} 106}
107 107

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines