ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-NBD/lib/Linux/NBD.pm
(Generate patch)

Comparing Linux-NBD/lib/Linux/NBD.pm (file contents):
Revision 1.3 by root, Fri Jun 6 08:26:57 2003 UTC vs.
Revision 1.7 by root, Thu Aug 24 12:13:40 2006 UTC

22=cut 22=cut
23 23
24package Linux::NBD; 24package Linux::NBD;
25 25
26BEGIN { 26BEGIN {
27 $VERSION = 0.2; 27 $VERSION = 0.9;
28 28
29 require XSLoader; 29 require XSLoader;
30 XSLoader::load Linux::NBD, $VERSION; 30 XSLoader::load Linux::NBD, $VERSION;
31} 31}
32 32
66 66
67=back 67=back
68 68
69=head1 AUTHOR 69=head1 AUTHOR
70 70
71 Marc Lehmann <pcg@goof.com> 71 Marc Lehmann <schmorp@schmorp.de>
72 http://www.goof.com/pcg/marc/ 72 http://home.schmorp.de/
73 73
74=cut 74=cut
75 75

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines