Initial Windows agent repository
This commit is contained in:
commit
a0db0c2e5b
10589 changed files with 3844063 additions and 0 deletions
13
OGP64/usr/share/perl5/5.40/Net/FTP/L.pm
Normal file
13
OGP64/usr/share/perl5/5.40/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.15";
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue