[libflickr-api-perl] 03/40: tagged 0.02

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

    tagged 0.02
---
 API.pm          | 10 ++++++----
 API/Response.pm |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/API.pm b/API.pm
index 9452006..4665cf0 100644
--- a/API.pm
+++ b/API.pm
@@ -7,7 +7,7 @@ use XML::Parser::Lite::Tree;
 use Flickr::API::Request;
 use Flickr::API::Response;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 sub new {
 	my $class = shift;
@@ -121,8 +121,10 @@ Copyright (C) 2004, Cal Henderson, E<lt>cal at iamcal.comE<gt>
 
 =head1 SEE ALSO
 
-L<Flickr::API::Request>
-L<Flickr::API::Response>
-L<XML::Parser::Lite>
+L<Flickr::API::Request>,
+L<Flickr::API::Response>,
+L<XML::Parser::Lite>,
+L<http://www.flickr.com/>,
+L<http://www.flickr.com/services/api/>
 
 =cut
diff --git a/API/Response.pm b/API/Response.pm
index 55b6482..b65a180 100644
--- a/API/Response.pm
+++ b/API/Response.pm
@@ -3,13 +3,13 @@ package Flickr::API::Response;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 sub new {
 	my $class = shift;
 	my $self = bless {}, $class;
 	my $options = shift;
-	$self->{raw} = '';
+	#$self->{raw} = '';
 	$self->{request} = $options->{request};
 	$self->{tree} = undef;
 	$self->{success} = 0;
@@ -71,7 +71,7 @@ Copyright (C) 2004, Cal Henderson, E<lt>cal at iamcal.comE<gt>
 
 =head1 SEE ALSO
 
-L<Flickr::API>
+L<Flickr::API>,
 L<XML::Parser::Lite>
 
 =cut

-- 
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