r38091 - in /branches/upstream/libnet-amazon-perl/current: Changes META.yml README lib/Net/Amazon.pm lib/Net/Amazon/Request/Sort.pm

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sun Jun 14 13:34:14 UTC 2009


Author: nhandler-guest
Date: Sun Jun 14 13:34:08 2009
New Revision: 38091

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

Modified:
    branches/upstream/libnet-amazon-perl/current/Changes
    branches/upstream/libnet-amazon-perl/current/META.yml
    branches/upstream/libnet-amazon-perl/current/README
    branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon.pm
    branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon/Request/Sort.pm

Modified: branches/upstream/libnet-amazon-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-amazon-perl/current/Changes?rev=38091&op=diff
==============================================================================
--- branches/upstream/libnet-amazon-perl/current/Changes (original)
+++ branches/upstream/libnet-amazon-perl/current/Changes Sun Jun 14 13:34:08 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension Net::Amazon:
+0.53 (06/13/2009)
+   (cb) Nathan Handler re-reported a man page issue on Ubuntu, rt 46708.  
+        I managed to fix 197 issues, except for the specific one he called 
+        out in the bug.
+
 0.52 (06/09/2009)
    (cb) Nathan Handler reported a man page issue on Ubuntu, rt 46708.
 

Modified: branches/upstream/libnet-amazon-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-amazon-perl/current/META.yml?rev=38091&op=diff
==============================================================================
--- branches/upstream/libnet-amazon-perl/current/META.yml (original)
+++ branches/upstream/libnet-amazon-perl/current/META.yml Sun Jun 14 13:34:08 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Net-Amazon
-version:             0.52
+version:             0.53
 abstract:            Framework for accessing amazon.com via REST
 license:             ~
 author:              

Modified: branches/upstream/libnet-amazon-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-amazon-perl/current/README?rev=38091&op=diff
==============================================================================
--- branches/upstream/libnet-amazon-perl/current/README (original)
+++ branches/upstream/libnet-amazon-perl/current/README Sun Jun 14 13:34:08 2009
@@ -1,5 +1,5 @@
 ######################################################################
-    Net::Amazon 0.52
+    Net::Amazon 0.53
 ######################################################################
 NAME
     Net::Amazon - Framework for accessing amazon.com via REST

Modified: branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon.pm?rev=38091&op=diff
==============================================================================
--- branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon.pm (original)
+++ branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon.pm Sun Jun 14 13:34:08 2009
@@ -8,7 +8,7 @@
 use strict;
 use warnings;
 
-our $VERSION          = '0.52';
+our $VERSION          = '0.53';
 our $WSDL_DATE        = '2009-03-31';
 our $Locale           = 'us';
 our @CANNED_RESPONSES = ();

Modified: branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon/Request/Sort.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon/Request/Sort.pm?rev=38091&op=diff
==============================================================================
--- branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon/Request/Sort.pm (original)
+++ branches/upstream/libnet-amazon-perl/current/lib/Net/Amazon/Request/Sort.pm Sun Jun 14 13:34:08 2009
@@ -1,4 +1,8 @@
 =pod
+
+=head1 NAME
+
+Net::Amazon::Request::Sort - listing of sort types
 
 =head1 SORT TYPES
 




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