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

Comparing IO-FDPass/FDPass.pm (file contents):
Revision 1.8 by root, Sat Apr 6 22:26:41 2013 UTC vs.
Revision 1.9 by root, Sat Apr 6 22:42:42 2013 UTC

27=cut 27=cut
28 28
29package IO::FDPass; 29package IO::FDPass;
30 30
31BEGIN { 31BEGIN {
32 $VERSION = 0.2; 32 $VERSION = '1.0';
33 33
34 require XSLoader; 34 require XSLoader;
35 XSLoader::load (__PACKAGE__, $VERSION); 35 XSLoader::load (__PACKAGE__, $VERSION);
36} 36}
37 37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines