Initial Commit
This commit is contained in:
13
database/perl/lib/Net/FTP/L.pm
Normal file
13
database/perl/lib/Net/FTP/L.pm
Normal file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user