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

Comparing Faster/Faster.pm (file contents):
Revision 1.35 by root, Sat Feb 21 05:55:52 2009 UTC vs.
Revision 1.36 by root, Sat Feb 21 08:27:38 2009 UTC

56use Digest::MD5 (); 56use Digest::MD5 ();
57use Storable (); 57use Storable ();
58use Fcntl (); 58use Fcntl ();
59 59
60BEGIN { 60BEGIN {
61 our $VERSION = '0.01'; 61 our $VERSION = '0.1';
62 62
63 require XSLoader; 63 require XSLoader;
64 XSLoader::load __PACKAGE__, $VERSION; 64 XSLoader::load __PACKAGE__, $VERSION;
65} 65}
66 66

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines