This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
30b371a58b142f54c23912567ea615d2c35fccc8
[perl5.git] / cpan / libnet / lib / Net / FTP / E.pm
1 package Net::FTP::E;
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.11";
12
13 1;