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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
package Net::FTP::E;

use 5.008001;

use strict;
use warnings;

use Net::FTP::I;

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

1;

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