[Bps-public-commit] r19662 - in Net-Google-Code/trunk: lib/Net/Google
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 14 04:05:54 EDT 2009
Author: sunnavy
Date: Thu May 14 04:05:52 2009
New Revision: 19662
Modified:
Net-Google-Code/trunk/Changes
Net-Google-Code/trunk/MANIFEST
Net-Google-Code/trunk/META.yml
Net-Google-Code/trunk/lib/Net/Google/Code.pm
Log:
update version to 0.05
Modified: Net-Google-Code/trunk/Changes
==============================================================================
--- Net-Google-Code/trunk/Changes (original)
+++ Net-Google-Code/trunk/Changes Thu May 14 04:05:52 2009
@@ -1,5 +1,12 @@
Revision history for Net-Google-Code
+0.05 Thu May 14 16:00:07 CST 2009
+
+* load_downloads doesn't parse feed any more, instead, it parses the
+ downloads list page now.
+* added Role/Pageable.pm
+* removed Role.pm
+
0.04 Tue May 12 16:07:09 CST 2009
refactor version.
Modified: Net-Google-Code/trunk/MANIFEST
==============================================================================
--- Net-Google-Code/trunk/MANIFEST (original)
+++ Net-Google-Code/trunk/MANIFEST Thu May 14 04:05:52 2009
@@ -19,8 +19,8 @@
lib/Net/Google/Code/Issue/Comment.pm
lib/Net/Google/Code/Issue/PropChange.pm
lib/Net/Google/Code/Issue/Search.pm
-lib/Net/Google/Code/Role.pm
lib/Net/Google/Code/Role/Fetchable.pm
+lib/Net/Google/Code/Role/Pageable.pm
lib/Net/Google/Code/Role/URL.pm
lib/Net/Google/Code/Wiki.pm
lib/Net/Google/Code/Wiki/Comment.pm
@@ -37,10 +37,10 @@
t/20.code.t
t/sample/02.issue.html
t/sample/10.download.html
-t/sample/10.downloads.xml
t/sample/11.TestPage.html
t/sample/11.TestPage.wiki
t/sample/11.wikis.html
+t/sample/20.code.downloads.html
t/sample/20.code.html
xt/kwalitee.t
xt/perlcritic.t
Modified: Net-Google-Code/trunk/META.yml
==============================================================================
--- Net-Google-Code/trunk/META.yml (original)
+++ Net-Google-Code/trunk/META.yml Thu May 14 04:05:52 2009
@@ -22,7 +22,6 @@
Moose: 0
Params::Validate: 0
WWW::Mechanize: 0
- XML::Atom: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.04
+version: 0.05
Modified: Net-Google-Code/trunk/lib/Net/Google/Code.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code.pm (original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code.pm Thu May 14 04:05:52 2009
@@ -4,7 +4,7 @@
with 'Net::Google::Code::Role::Fetchable', 'Net::Google::Code::Role::URL',
'Net::Google::Code::Role::Pageable';
-our $VERSION = '0.04';
+our $VERSION = '0.05';
has 'project' => (
isa => 'Str',
More information about the Bps-public-commit
mailing list