Files
server/usr/share/perl/5.38.2/Net/FTP/L.pm
2026-01-07 20:52:11 +01:00

14 lines
137 B
Perl

package Net::FTP::L;
use 5.008001;
use strict;
use warnings;
use Net::FTP::I;
our @ISA = qw(Net::FTP::I);
our $VERSION = "3.15";
1;