[Bps-public-commit] r20014 - in Net-Google-Code/trunk: lib/Net/Google

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jun 18 00:12:37 EDT 2009


Author: sunnavy
Date: Thu Jun 18 00:12:36 2009
New Revision: 20014

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.12

Modified: Net-Google-Code/trunk/Changes
==============================================================================
--- Net-Google-Code/trunk/Changes	(original)
+++ Net-Google-Code/trunk/Changes	Thu Jun 18 00:12:36 2009
@@ -1,5 +1,14 @@
 Revision history for Net-Google-Code
 
+0.12 Thu Jun 18 12:06:52 CST 2009
+
+* refactor Issue::Search, added updated_after method for Issue::Search
+* added Predefined and Atom roles
+* switched from Moose to Any::Moose
+* converted DateTime from a role into a class
+* switched mech to be a single shared global and turn on the connection cache
+* removed the never used PropChange.pm
+
 0.11 Wed May 27 11:38:06 CST 2009
 
 bug fix version

Modified: Net-Google-Code/trunk/MANIFEST
==============================================================================
--- Net-Google-Code/trunk/MANIFEST	(original)
+++ Net-Google-Code/trunk/MANIFEST	Thu Jun 18 00:12:36 2009
@@ -19,6 +19,7 @@
 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
@@ -36,14 +37,15 @@
 t/02.issue.t
 t/03.comment.t
 t/04.attachment.t
-t/05.issues_list.t
+t/05.issue_search.t
 t/10.downloads.t
 t/11.wiki.t
 t/20.code.t
 t/30.role_predefined.t
 t/sample/02.issue.html
 t/sample/02.issue_without_attachments.html
-t/sample/05.issues_list.html
+t/sample/05.issue_search.html
+t/sample/05.issue_search.xml
 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	Thu Jun 18 00:12:36 2009
@@ -27,4 +27,4 @@
   WWW::Mechanize: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.11
+version: 0.12

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 Jun 18 00:12:36 2009
@@ -4,7 +4,7 @@
 with 'Net::Google::Code::TypicalRoles';
 use Scalar::Util qw/blessed/;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 has 'project' => (
     isa      => 'Str',



More information about the Bps-public-commit mailing list