0.05 Net_SCP_0_05
authorivan <ivan>
Wed, 24 Oct 2001 10:59:57 +0000 (10:59 +0000)
committerivan <ivan>
Wed, 24 Oct 2001 10:59:57 +0000 (10:59 +0000)
Changes
SCP.pm

diff --git a/Changes b/Changes
index ca14ba4..97d317f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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>
 
diff --git a/SCP.pm b/SCP.pm
index 70c158e..8739c95 100644 (file)
--- a/SCP.pm
+++ b/SCP.pm
@@ -12,7 +12,7 @@ use IPC::Open3;
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw( scp iscp );
-$VERSION = '0.04';
+$VERSION = '0.05';
 
 $scp = "scp";