summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Net/FTP/L.pm
blob: 630db0d0a8bd69f19a58e5b2d9f56c6770e755a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package Net::FTP::L;

use 5.008001;

use strict;
use warnings;

use Net::FTP::I;

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

1;