repo.or.cz
/
Net-Telnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import of JROGERS/Net-Telnet-3.01 from CPAN.
[Net-Telnet.git]
/
Makefile.PL
blob
04496555fe8bf298c503310d6d8c92210a35f6a9
1
## -*- Perl -*-
2
use ExtUtils::MakeMaker qw(WriteMakefile);
3
WriteMakefile(
4
NAME => "Net::Telnet",
5
DISTNAME => "Net-Telnet",
6
VERSION_FROM => "lib/Net/Telnet.pm",
7
dist => { COMPRESS => "gzip", SUFFIX => "gz" },
8
);