Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/perl/lib/Net/FTP/E.pm

14 lines
137 B
Perl
Raw Normal View History

2023-05-17 21:44:01 +00:00
package Net::FTP::E;
use 5.008001;
use strict;
use warnings;
use Net::FTP::I;
our @ISA = qw(Net::FTP::I);
our $VERSION = "3.11";
1;