r41107 - in /branches/upstream/libflickr-api-perl/current: Changes META.yml README lib/Flickr/API.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sun Aug 2 23:13:57 UTC 2009
Author: jawnsy-guest
Date: Sun Aug 2 23:13:46 2009
New Revision: 41107
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41107
Log:
[svn-upgrade] Integrating new upstream version, libflickr-api-perl (1.02)
Modified:
branches/upstream/libflickr-api-perl/current/Changes
branches/upstream/libflickr-api-perl/current/META.yml
branches/upstream/libflickr-api-perl/current/README
branches/upstream/libflickr-api-perl/current/lib/Flickr/API.pm
Modified: branches/upstream/libflickr-api-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libflickr-api-perl/current/Changes?rev=41107&op=diff
==============================================================================
--- branches/upstream/libflickr-api-perl/current/Changes (original)
+++ branches/upstream/libflickr-api-perl/current/Changes Sun Aug 2 23:13:46 2009
@@ -7,3 +7,7 @@
1.01, 2008-09-30
* incorrectly numbered the previous release. gah
* updated tests to work when the flickr api isn't hit-able
+
+1.02, 2009-07-31
+ * license update for fedora
+
Modified: branches/upstream/libflickr-api-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libflickr-api-perl/current/META.yml?rev=41107&op=diff
==============================================================================
--- branches/upstream/libflickr-api-perl/current/META.yml (original)
+++ branches/upstream/libflickr-api-perl/current/META.yml Sun Aug 2 23:13:46 2009
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Flickr-API
-version: 1.01
+version: 1.02
version_from: lib/Flickr/API.pm
installdirs: site
requires:
Modified: branches/upstream/libflickr-api-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libflickr-api-perl/current/README?rev=41107&op=diff
==============================================================================
--- branches/upstream/libflickr-api-perl/current/README (original)
+++ branches/upstream/libflickr-api-perl/current/README Sun Aug 2 23:13:46 2009
@@ -29,6 +29,5 @@
COPYRIGHT AND LICENCE
-Copyright (C) 2004-2008 Cal Henderson <cal at iamcal.com>
-License: Perl Artistic License
-
+Copyright (C) 2004-2009 Cal Henderson <cal at iamcal.com>
+License: Perl Artistic License 2.0
Modified: branches/upstream/libflickr-api-perl/current/lib/Flickr/API.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libflickr-api-perl/current/lib/Flickr/API.pm?rev=41107&op=diff
==============================================================================
--- branches/upstream/libflickr-api-perl/current/lib/Flickr/API.pm (original)
+++ branches/upstream/libflickr-api-perl/current/lib/Flickr/API.pm Sun Aug 2 23:13:46 2009
@@ -10,7 +10,7 @@
our @ISA = qw(LWP::UserAgent);
-our $VERSION = '1.01';
+our $VERSION = '1.02';
sub new {
my $class = shift;
More information about the Pkg-perl-cvs-commits
mailing list