[Bps-public-commit] r19765 - in Net-Google-Code/trunk: lib/Net/Google
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue May 26 23:38:57 EDT 2009
Author: sunnavy
Date: Tue May 26 23:38:56 2009
New Revision: 19765
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.11
Modified: Net-Google-Code/trunk/Changes
==============================================================================
--- Net-Google-Code/trunk/Changes (original)
+++ Net-Google-Code/trunk/Changes Tue May 26 23:38:56 2009
@@ -1,5 +1,9 @@
Revision history for Net-Google-Code
+0.11 Wed May 27 11:38:06 CST 2009
+
+bug fix version
+
0.10 Tue May 26 15:05:22 CST 2009
* simple write support for Issue
Modified: Net-Google-Code/trunk/MANIFEST
==============================================================================
--- Net-Google-Code/trunk/MANIFEST (original)
+++ Net-Google-Code/trunk/MANIFEST Tue May 26 23:38:56 2009
@@ -19,13 +19,13 @@
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/TypicalRoles.pm
lib/Net/Google/Code/Role/Authentication.pm
lib/Net/Google/Code/Role/DateTime.pm
lib/Net/Google/Code/Role/Fetchable.pm
lib/Net/Google/Code/Role/HTMLTree.pm
lib/Net/Google/Code/Role/Pageable.pm
lib/Net/Google/Code/Role/URL.pm
+lib/Net/Google/Code/TypicalRoles.pm
lib/Net/Google/Code/Wiki.pm
lib/Net/Google/Code/Wiki/Comment.pm
Makefile.PL
@@ -41,6 +41,7 @@
t/11.wiki.t
t/20.code.t
t/sample/02.issue.html
+t/sample/02.issue_without_attachments.html
t/sample/05.issues_list.html
t/sample/10.download.html
t/sample/11.TestPage.html
Modified: Net-Google-Code/trunk/META.yml
==============================================================================
--- Net-Google-Code/trunk/META.yml (original)
+++ Net-Google-Code/trunk/META.yml Tue May 26 23:38:56 2009
@@ -27,4 +27,4 @@
WWW::Mechanize: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.10
+version: 0.11
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 Tue May 26 23:38:56 2009
@@ -4,7 +4,7 @@
with 'Net::Google::Code::TypicalRoles';
use Scalar::Util qw/blessed/;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
has 'project' => (
isa => 'Str',
More information about the Bps-public-commit
mailing list