DEBSOURCES
Skip Quicknav
sources / perl / 5.32.1-4%2Bdeb11u3 / 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.11"; 1;