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 32b20e709fc55e062ee85bbe0cbcfa4e7b819251
Author: Cal Henderson <c...@iamcal.com>
Date:   Mon Sep 29 20:49:03 2008 +0000

    updated version number. removed meta.yml. updated copyright year
---
 MANIFEST          |  1 -
 META.yml          | 17 -----------------
 README            |  2 +-
 lib/Flickr/API.pm |  2 +-
 4 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index db78f43..73e1066 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,4 +5,3 @@ Makefile.PL
 MANIFEST
 README
 test.pl
-META.yml                                 Module meta-data (added by MakeMaker)
diff --git a/META.yml b/META.yml
deleted file mode 100644
index 0c817fe..0000000
--- a/META.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Flickr-API
-version:      0.09
-version_from: lib/Flickr/API.pm
-installdirs:  site
-requires:
-    Digest::MD5:                   0
-    HTTP::Request:                 0
-    HTTP::Response:                0
-    LWP::UserAgent:                0
-    Test::More:                    0
-    URI:                           1.18
-    XML::Parser::Lite::Tree:       0.03
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
diff --git a/README b/README
index 96aca6d..233d007 100644
--- a/README
+++ b/README
@@ -29,6 +29,6 @@ This module requires these other modules and libraries:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2004-2006 Cal Henderson <c...@iamcal.com>
+Copyright (C) 2004-2008 Cal Henderson <c...@iamcal.com>
 License: Perl Artistic License
 
diff --git a/lib/Flickr/API.pm b/lib/Flickr/API.pm
index 176f1df..7307858 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.09';
+our $VERSION = '1.00';
 
 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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to