[libflickr-api-perl] 19/40: 1.04 - require a modern version of HTTP::Message

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 21:12:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to tag 1.08
in repository libflickr-api-perl.

commit 3caf7d5fbaf54a956e38b5e4b68089e583b5e1c9
Author: Cal Henderson <cal at iamcal.com>
Date:   Tue Aug 25 19:08:41 2009 +0000

    1.04 - require a modern version of HTTP::Message
---
 Changes           | 4 ++++
 Makefile.PL       | 1 +
 lib/Flickr/API.pm | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 6190be3..5ded749 100644
--- a/Changes
+++ b/Changes
@@ -14,3 +14,7 @@ Changes to Flickr::API
 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.
diff --git a/Makefile.PL b/Makefile.PL
index f68e843..2add8ef 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,7 @@ WriteMakefile(
 		'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,
diff --git a/lib/Flickr/API.pm b/lib/Flickr/API.pm
index 991e6e5..8acd97c 100644
--- a/lib/Flickr/API.pm
+++ b/lib/Flickr/API.pm
@@ -10,7 +10,7 @@ use Digest::MD5 qw(md5_hex);
 
 our @ISA = qw(LWP::UserAgent);
 
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 
 sub new {
 	my $class = shift;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libflickr-api-perl.git



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