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

Comparing Guard/Guard.pm (file contents):
Revision 1.2 by root, Sat Dec 13 17:49:12 2008 UTC vs.
Revision 1.3 by root, Sat Dec 13 17:50:29 2008 UTC

26=cut 26=cut
27 27
28package Guard; 28package Guard;
29 29
30BEGIN { 30BEGIN {
31 $VERSION = '0.01'; 31 $VERSION = '0.1';
32 @ISA = qw(Exporter); 32 @ISA = qw(Exporter);
33 @EXPORT = qw(guard scope_guard cancel); 33 @EXPORT = qw(guard scope_guard);
34 34
35 require Exporter; 35 require Exporter;
36 36
37 require XSLoader; 37 require XSLoader;
38 XSLoader::load Guard, $VERSION; 38 XSLoader::load Guard, $VERSION;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines