r43894 - in /branches/upstream/libnet-ssh2-perl/current: Changes META.yml lib/Net/SSH2.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Sep 10 18:51:45 UTC 2009


Author: carnil-guest
Date: Thu Sep 10 18:51:39 2009
New Revision: 43894

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43894
Log:
[svn-upgrade] Integrating new upstream version, libnet-ssh2-perl (0.27)

Modified:
    branches/upstream/libnet-ssh2-perl/current/Changes
    branches/upstream/libnet-ssh2-perl/current/META.yml
    branches/upstream/libnet-ssh2-perl/current/lib/Net/SSH2.pm

Modified: branches/upstream/libnet-ssh2-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-ssh2-perl/current/Changes?rev=43894&op=diff
==============================================================================
--- branches/upstream/libnet-ssh2-perl/current/Changes (original)
+++ branches/upstream/libnet-ssh2-perl/current/Changes Thu Sep 10 18:51:39 2009
@@ -2,6 +2,9 @@
 
 Developer/maintainer: David B. Robins <dbrobins at cpan.org>.
 Project started 2005-10-23 in Redmond, Washington, USA.
+
+0.27  2009-09-10 06:54:58
+        - reverting a bad release
 
 0.25  2009-09-07 01:07:58
         - fix an unitialized warning

Modified: branches/upstream/libnet-ssh2-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-ssh2-perl/current/META.yml?rev=43894&op=diff
==============================================================================
--- branches/upstream/libnet-ssh2-perl/current/META.yml (original)
+++ branches/upstream/libnet-ssh2-perl/current/META.yml Thu Sep 10 18:51:39 2009
@@ -21,7 +21,7 @@
 provides:
   Net::SSH2:
     file: lib/Net/SSH2.pm
-    version: 0.25
+    version: 0.27
   Net::SSH2::Channel:
     file: lib/Net/SSH2/Channel.pm
   Net::SSH2::Dir:
@@ -39,4 +39,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/rkitover/net-ssh2.git
-version: 0.25
+version: 0.27

Modified: branches/upstream/libnet-ssh2-perl/current/lib/Net/SSH2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-ssh2-perl/current/lib/Net/SSH2.pm?rev=43894&op=diff
==============================================================================
--- branches/upstream/libnet-ssh2-perl/current/lib/Net/SSH2.pm (original)
+++ branches/upstream/libnet-ssh2-perl/current/lib/Net/SSH2.pm Thu Sep 10 18:51:39 2009
@@ -188,7 +188,8 @@
 
 our @EXPORT_OK = @{$EXPORT_TAGS{all}};
 
-our $VERSION = '0.25';
+our $VERSION = '0.27';
+$VERSION = eval $VERSION;
 
 # methods
 




More information about the Pkg-perl-cvs-commits mailing list