Skip to content

Commit

Permalink
import Net-Flickr-Backup 2.991 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Net-Flickr-Backup
git-cpan-version:  2.991
git-cpan-authorid: ASCOPE
git-cpan-file:     authors/id/A/AS/ASCOPE/Net-Flickr-Backup-2.991.tar.gz
  • Loading branch information
Aaron Straup Cope authored and schwern committed Dec 12, 2009
1 parent aa32206 commit 45dcf9b
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Build.PL,v 1.28 2007/09/01 19:09:27 asc Exp $
# $Id: Build.PL,v 1.29 2008/02/08 08:20:10 asc Exp $

use strict;
use Module::Build;
Expand All @@ -10,7 +10,7 @@ my $build = Module::Build->new(module_name => 'Net::Flickr::Backup',
license => 'perl',
requires => {
'perl' => '>= 5.8.0',
'Net::Flickr::RDF' => '>= 2.01',
'Net::Flickr::RDF' => '>= 2.1',
'Encode' => '>= 2.09',
'File::Find::Rule' => '0',
'Date::Parse' => '>= 2.27',
Expand Down
14 changes: 13 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@
@prefix asc: <http://aaronland.info/ns/changefile/> .

<>
dc:identifier "$Id: Changes,v 1.48 2007/10/01 15:52:02 asc Exp $" ;
dc:identifier "$Id: Changes,v 1.50 2008/02/27 06:04:45 asc Exp $" ;
dc:description "Changes for Net::Flickr::Backup" ;
dcterms:references <http://aaronland.info/perl/net/flickr/backup/> .

<http://aaronland.info/perl/net/flickr/backup/Net-Flickr-Backup-2.991.tar.gz>
dcterms:isVersionOf <http://aaronland.info/perl/net/flickr/backup/> ;
dcterms:replaces <http://aaronland.info/perl/net/flickr/backup/Net-Flickr-Backup-2.99.tar.gz> ;

doap:Version [
doap:revision "2.991" ;
doap:created "2008-02-26" ;
];
asc:changes [
asc:update "Require Net::Flickr::RDF 2.1 (record Flickr Places/geo info)" ;
] .

<http://aaronland.info/perl/net/flickr/backup/Net-Flickr-Backup-2.99.tar.gz>
dcterms:isVersionOf <http://aaronland.info/perl/net/flickr/backup/> ;
dcterms:replaces <http://aaronland.info/perl/net/flickr/backup/Net-Flickr-Backup-2.98.tar.gz> ;
Expand Down
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Net-Flickr-Backup
version: 2.99
version: 2.991
author:
- 'Aaron Straup Cope E<lt>ascope@cpan.orgE<gt>'
abstract: OOP for backing up your Flickr photos locally
Expand All @@ -17,7 +17,7 @@ requires:
Image::MetaData::JPEG: '>= 0.15'
LWP::Simple: '>= 1.38'
Memoize: 0
Net::Flickr::RDF: '>= 2.01'
Net::Flickr::RDF: '>= 2.1'
Sys::Hostname: 0
Text::Unidecode: '>= 0.04'
perl: '>= 5.8.0'
Expand All @@ -26,7 +26,7 @@ build_requires:
provides:
Net::Flickr::Backup:
file: lib/Net/Flickr/Backup.pm
version: 2.99
version: 2.991
generated_by: Module::Build version 0.2808
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -815,10 +815,10 @@ EXAMPLES
</rdf:RDF>

VERSION
2.99
2.991

DATE
$Date: 2007/10/01 15:52:02 $
$Date: 2008/02/08 08:20:10 $

AUTHOR
Aaron Straup Cope <ascope@cpan.org>
Expand All @@ -836,7 +836,7 @@ BUGS
Please report all bugs via http://rt.cpan.org

LICENSE
Copyright (c) 2005-2007 Aaron Straup Cope. All Rights Reserved.
Copyright (c) 2005-2008 Aaron Straup Cope. All Rights Reserved.

This is free software. You may redistribute it and/or modify it under
the same terms as Perl itself.
Expand Down
10 changes: 5 additions & 5 deletions lib/Net/Flickr/Backup.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Backup.pm,v 1.105 2007/10/01 15:52:02 asc Exp $
# $Id: Backup.pm,v 1.106 2008/02/08 08:20:10 asc Exp $
# -*-perl-*-

use strict;
Expand All @@ -7,7 +7,7 @@ use warnings;
package Net::Flickr::Backup;
use base qw (Net::Flickr::RDF);

$Net::Flickr::Backup::VERSION = '2.99';
$Net::Flickr::Backup::VERSION = '2.991';

=head1 NAME
Expand Down Expand Up @@ -1966,11 +1966,11 @@ Flickr (using Net::Flickr::RDF) :
=head1 VERSION
2.99
2.991
=head1 DATE
$Date: 2007/10/01 15:52:02 $
$Date: 2008/02/08 08:20:10 $
=head1 AUTHOR
Expand All @@ -1992,7 +1992,7 @@ Please report all bugs via http://rt.cpan.org
=head1 LICENSE
Copyright (c) 2005-2007 Aaron Straup Cope. All Rights Reserved.
Copyright (c) 2005-2008 Aaron Straup Cope. All Rights Reserved.
This is free software. You may redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down

0 comments on commit 45dcf9b

Please sign in to comment.