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

Comparing Guard/Guard.pm (file contents):
Revision 1.20 by root, Mon Jun 1 10:33:16 2009 UTC vs.
Revision 1.21 by root, Sun Jul 19 05:44:10 2009 UTC

42package Guard; 42package Guard;
43 43
44no warnings; 44no warnings;
45 45
46BEGIN { 46BEGIN {
47 $VERSION = '1.02'; 47 $VERSION = '1.021';
48 @ISA = qw(Exporter); 48 @ISA = qw(Exporter);
49 @EXPORT = qw(guard scope_guard); 49 @EXPORT = qw(guard scope_guard);
50 50
51 require Exporter; 51 require Exporter;
52 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines