diff options
author | ivan <ivan> | 2001-10-24 10:59:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-10-24 10:59:57 +0000 |
commit | 00c241c204d6d94bb1a0352b73a217436bde845e (patch) | |
tree | 1bfe3df7f318319b3ad3741bd641ae3855fa9519 | |
parent | 9a00bb48fa7a0dffca217c4898f44ec0085a14db (diff) |
0.05Net_SCP_0_05
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | SCP.pm | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ Revision history for Perl extension Net::SCP. +0.05 Wed Oct 24 03:49:06 2001 + - documentation update + 0.04 Wed Feb 07 10:26:11 2000 - fixed silly scp problem, thanks to Dan McCormick <danmcc@metro.net> @@ -12,7 +12,7 @@ use IPC::Open3; @ISA = qw(Exporter); @EXPORT_OK = qw( scp iscp ); -$VERSION = '0.04'; +$VERSION = '0.05'; $scp = "scp"; |