Files
GseTDDUebungKCLR/database/perl/lib/Net/FTP/L.pm
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +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.13";
1;