This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade libnet from version 3.07 to 3.08
[perl5.git] / cpan / libnet / lib / Net / FTP / L.pm
1 package Net::FTP::L;
2
3 use 5.008001;
4
5 use strict;
6 use warnings;
7
8 use Net::FTP::I;
9
10 our @ISA = qw(Net::FTP::I);
11 our $VERSION = "3.08";
12
13 1;