r42896 - in /trunk/libflickr-api-perl: Changes META.yml Makefile.PL debian/changelog lib/Flickr/API.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Aug 26 13:22:07 UTC 2009


Author: jawnsy-guest
Date: Wed Aug 26 13:22:01 2009
New Revision: 42896

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42896
Log:
IGNORE-VERSION: 1.04-1

Modified:
    trunk/libflickr-api-perl/Changes
    trunk/libflickr-api-perl/META.yml
    trunk/libflickr-api-perl/Makefile.PL
    trunk/libflickr-api-perl/debian/changelog
    trunk/libflickr-api-perl/lib/Flickr/API.pm

Modified: trunk/libflickr-api-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-api-perl/Changes?rev=42896&op=diff
==============================================================================
--- trunk/libflickr-api-perl/Changes (original)
+++ trunk/libflickr-api-perl/Changes Wed Aug 26 13:22:01 2009
@@ -14,3 +14,7 @@
 1.03, 2009-08-23
  * fix for perl5.6 - when HTTP::Message->decoded_content() comes back empty,
    use content() instead.
+
+1.04, 2009-08-25
+ * re-fix for perl5.6 - just require a newer version of HTTP::Message which supports
+   mime-decoding instead.

Modified: trunk/libflickr-api-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-api-perl/META.yml?rev=42896&op=diff
==============================================================================
--- trunk/libflickr-api-perl/META.yml (original)
+++ trunk/libflickr-api-perl/META.yml Wed Aug 26 13:22:01 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Flickr-API
-version:             1.03
+version:             1.04
 abstract:            ~
 license:             ~
 author:              ~
@@ -8,6 +8,7 @@
 distribution_type:   module
 requires:     
     Digest::MD5:                   0
+    HTTP::Message:                 1.56
     HTTP::Request:                 0
     HTTP::Response:                0
     LWP::UserAgent:                0

Modified: trunk/libflickr-api-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-api-perl/Makefile.PL?rev=42896&op=diff
==============================================================================
--- trunk/libflickr-api-perl/Makefile.PL (original)
+++ trunk/libflickr-api-perl/Makefile.PL Wed Aug 26 13:22:01 2009
@@ -7,6 +7,7 @@
 		'LWP::UserAgent' => 0,
 		'HTTP::Request' => 0,
 		'HTTP::Response' => 0,
+		'HTTP::Message' => 1.56, # first version of libwww that supports decoded_content()
 		'URI' => 1.18,
 		'XML::Parser::Lite::Tree' => 0.06,
 		'Digest::MD5' => 0,

Modified: trunk/libflickr-api-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-api-perl/debian/changelog?rev=42896&op=diff
==============================================================================
--- trunk/libflickr-api-perl/debian/changelog (original)
+++ trunk/libflickr-api-perl/debian/changelog Wed Aug 26 13:22:01 2009
@@ -1,7 +1,7 @@
-libflickr-api-perl (1.03-1) UNRELEASED; urgency=low
+libflickr-api-perl (1.04-1) UNRELEASED; urgency=low
 
   No upload necessary. Only contains a fix for Perl 5.6
-  IGNORE-VERSION: 1.03-1
+  IGNORE-VERSION: 1.04-1
 
   [ Jonathan Yu ]
   * New upstream release
@@ -23,7 +23,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <frequency at cpan.org>  Mon, 24 Aug 2009 16:58:04 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Wed, 26 Aug 2009 05:11:11 -0400
 
 libflickr-api-perl (1.01-3) unstable; urgency=low
 

Modified: trunk/libflickr-api-perl/lib/Flickr/API.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libflickr-api-perl/lib/Flickr/API.pm?rev=42896&op=diff
==============================================================================
--- trunk/libflickr-api-perl/lib/Flickr/API.pm (original)
+++ trunk/libflickr-api-perl/lib/Flickr/API.pm Wed Aug 26 13:22:01 2009
@@ -10,7 +10,7 @@
 
 our @ISA = qw(LWP::UserAgent);
 
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 
 sub new {
 	my $class = shift;




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