[libflickr-api-perl] 08/40: imported 0.07

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 21:12:17 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 b530e3f7970e64c29b4c7cd04179c2c7784b0d41
Author: Cal Henderson <cal at iamcal.com>
Date:   Wed Apr 23 05:51:24 2008 +0000

    imported 0.07
---
 Makefile.PL       | 2 +-
 lib/Flickr/API.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 6f674e8..e6a463f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ WriteMakefile(
 		'LWP::UserAgent' => 0,
 		'HTTP::Request' => 0,
 		'HTTP::Response' => 0,
-		'URI' => 0,
+		'URI' => 1.18,
 		'XML::Parser::Lite::Tree' => 0.03,
 		'Digest::MD5' => 0,
 	},
diff --git a/lib/Flickr/API.pm b/lib/Flickr/API.pm
index 9c85fd7..d099602 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 = '0.06';
+our $VERSION = '0.07';
 
 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