Panel/Agent-Windows/OGP64/usr/share/perl5/5.40/Net/FTP/L.pm
2026-06-06 18:46:40 -04:00

13 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;