[Bps-public-commit] r20040 - in Net-Google-Code/trunk: lib/Net/Google
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jun 22 21:48:41 EDT 2009
Author: sunnavy
Date: Mon Jun 22 21:48:41 2009
New Revision: 20040
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.13
Modified: Net-Google-Code/trunk/Changes
==============================================================================
--- Net-Google-Code/trunk/Changes (original)
+++ Net-Google-Code/trunk/Changes Mon Jun 22 21:48:41 2009
@@ -1,5 +1,10 @@
Revision history for Net-Google-Code
+0.13 Tue Jun 23 09:46:17 CST 2009
+
+* Atom role => AtomParser class
+* decode utf8 more conservatively
+
0.12 Thu Jun 18 12:06:52 CST 2009
* refactor Issue::Search, added updated_after method for Issue::Search
Modified: Net-Google-Code/trunk/MANIFEST
==============================================================================
--- Net-Google-Code/trunk/MANIFEST (original)
+++ Net-Google-Code/trunk/MANIFEST Mon Jun 22 21:48:41 2009
@@ -13,13 +13,13 @@
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Net/Google/Code.pm
+lib/Net/Google/Code/AtomParser.pm
lib/Net/Google/Code/DateTime.pm
lib/Net/Google/Code/Download.pm
lib/Net/Google/Code/Issue.pm
lib/Net/Google/Code/Issue/Attachment.pm
lib/Net/Google/Code/Issue/Comment.pm
lib/Net/Google/Code/Issue/Search.pm
-lib/Net/Google/Code/Role/Atom.pm
lib/Net/Google/Code/Role/Authentication.pm
lib/Net/Google/Code/Role/Fetchable.pm
lib/Net/Google/Code/Role/HTMLTree.pm
@@ -38,6 +38,7 @@
t/03.comment.t
t/04.attachment.t
t/05.issue_search.t
+t/06.fetch.t
t/10.downloads.t
t/11.wiki.t
t/20.code.t
@@ -46,6 +47,7 @@
t/sample/02.issue_without_attachments.html
t/sample/05.issue_search.html
t/sample/05.issue_search.xml
+t/sample/06.fetch.html
t/sample/10.download.html
t/sample/11.TestPage.html
t/sample/11.TestPage.wiki
Modified: Net-Google-Code/trunk/META.yml
==============================================================================
--- Net-Google-Code/trunk/META.yml (original)
+++ Net-Google-Code/trunk/META.yml Mon Jun 22 21:48:41 2009
@@ -27,4 +27,4 @@
WWW::Mechanize: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.12
+version: 0.13
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 Mon Jun 22 21:48:41 2009
@@ -4,7 +4,7 @@
with 'Net::Google::Code::TypicalRoles';
use Scalar::Util qw/blessed/;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
has 'project' => (
isa => 'Str',
More information about the Bps-public-commit
mailing list