diff options
author | ivan <ivan> | 2000-10-09 16:28:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-10-09 16:28:49 +0000 |
commit | b36296a20bb4cd814949c6b92ee46851fd78906d (patch) | |
tree | c61b74cedb8341b09d1320ac624f5f04115cf48c /Makefile.PL |
initial importNet_SSH_0_01
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 7 |
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 +); |