summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/Net/FTP/E.pm
blob: 9b1370778a8d7abdce7765a85163b0364f091b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package Net::FTP::E;

use 5.008001;

use strict;
use warnings;

use Net::FTP::I;

our @ISA = qw(Net::FTP::I);
our $VERSION = "3.13";

1;