perl-libnet.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
blob d480cd7295571d3678c4d8d0c7e8fea3857e4fb4 91 bytes (raw)
$ git show v1.11:Net/FTP/E.pm	# shows this blob on the CLI

1
2
3
4
5
6
7
8
 
package Net::FTP::E;

require Net::FTP::I;

@ISA = qw(Net::FTP::I);
$VERSION = "0.01";

1;

git clone https://80x24.org/perl-libnet.git