summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2000-10-09 16:28:49 +0000
committerivan <ivan>2000-10-09 16:28:49 +0000
commitb36296a20bb4cd814949c6b92ee46851fd78906d (patch)
treec61b74cedb8341b09d1320ac624f5f04115cf48c /Makefile.PL
initial importNet_SSH_0_01
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 7 insertions, 0 deletions
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
+);