xref: /openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/L.pm (revision 9e6efb0a)
1package Net::FTP::L;
2
3use 5.008001;
4
5use strict;
6use warnings;
7
8use Net::FTP::I;
9
10our @ISA = qw(Net::FTP::I);
11our $VERSION = "3.15";
12
131;
14