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 / E.pm
CommitLineData
2e173144
CBW
1package Net::FTP::E;
2
3use 5.008001;
4
5use strict;
6use warnings;
7
8use Net::FTP::I;
9
10our @ISA = qw(Net::FTP::I);
bfdb5bfe 11our $VERSION = "3.08";
2e173144
CBW
12
131;