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.1 by root, Thu May 8 23:43:43 2003 UTC vs.
Revision 1.3 by root, Fri Jun 6 08:26:57 2003 UTC

2 2
3Linux::NBD - interface to the linux network block device. 3Linux::NBD - interface to the linux network block device.
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 # Kernel 2.4+ is required
7 use Linux::NBD; 8 use Linux::NBD;
8 9
9=head1 DESCRIPTION 10=head1 DESCRIPTION
10 11
11See L<Linux::NBD::Client> and L<Linux::NBD::Server>, or no, better idea: 12See L<Linux::NBD::Client> and L<Linux::NBD::Server>, or no, better idea:
12use the source :) 13use the source :)
14
15NOTICE: Only the Linux 2.4 and newer nbd device is supported by this
16module. For older kernels you are on your own.
13 17
14=head1 FUNCTIONS 18=head1 FUNCTIONS
15 19
16=over 4 20=over 4
17 21
18=cut 22=cut
19 23
20package Linux::NBD; 24package Linux::NBD;
21 25
22BEGIN { 26BEGIN {
23 $VERSION = 0.1; 27 $VERSION = 0.2;
24 28
25 require XSLoader; 29 require XSLoader;
26 XSLoader::load Linux::NBD, $VERSION; 30 XSLoader::load Linux::NBD, $VERSION;
27} 31}
28 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines