DEBSOURCES
Skip Quicknav
sources / perl / 5.36.0-7%2Bdeb12u3 / cpan / libnet / lib / Net / FTP / L.pm
12345678910111213
package Net::FTP::L; use 5.008001; use strict; use warnings; use Net::FTP::I; our @ISA = qw(Net::FTP::I); our $VERSION = "3.14"; 1;