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.10 by root, Mon Jul 6 17:44:23 2015 UTC vs.
Revision 1.11 by root, Sat Sep 24 23:51:24 2016 UTC

27=cut 27=cut
28 28
29package IO::FDPass; 29package IO::FDPass;
30 30
31BEGIN { 31BEGIN {
32 $VERSION = 1.1; 32 $VERSION = 1.2;
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