From b36296a20bb4cd814949c6b92ee46851fd78906d Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 9 Oct 2000 16:28:49 +0000 Subject: initial import --- Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..e42251f --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,7 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'Net::SSH', + 'VERSION_FROM' => 'SSH.pm', # finds $VERSION +); -- cgit v1.2.1