[Bps-public-commit] Net-Google-Code branch, master, updated. 142b3c40d0310771be30f353712452bd83f05117
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Dec 21 22:38:50 EST 2009
The branch, master has been updated
via 142b3c40d0310771be30f353712452bd83f05117 (commit)
from 2bd97c815b19452198e044ef44a16ee87c743713 (commit)
Summary of changes:
Changes | 4 ++++
MANIFEST | 2 +-
META.yml | 2 +-
lib/Net/Google/Code.pm | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 142b3c40d0310771be30f353712452bd83f05117
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Dec 22 11:33:51 2009 +0800
release 0.16
diff --git a/Changes b/Changes
index 8ad8049..2dffbce 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Net-Google-Code
+0.16 Tue Dec 22 03:31:43 UTC 2009
+
+* update issue part since google changed attachments snippet
+
0.15 Tue Oct 20 23:28:15 UTC 2009
* added fallback_to_search arg to updated_after
diff --git a/MANIFEST b/MANIFEST
index d8a81a8..92119c9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -51,8 +51,8 @@ t/google_api/data/comments.xml
t/google_api/data/issue_8.html
t/google_api/data/issue_8.xml
t/google_api/data/issues.xml
+t/live/01.issue.t
t/sample/02.issue.html
-t/sample/02.issue_without_attachments.html
t/sample/05.issue_search.html
t/sample/05.issue_search.xml
t/sample/06.fetch.html
diff --git a/META.yml b/META.yml
index 4f9d5e1..d1157fd 100644
--- a/META.yml
+++ b/META.yml
@@ -35,4 +35,4 @@ requires:
XML::FeedPP: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.15
+version: 0.16
diff --git a/lib/Net/Google/Code.pm b/lib/Net/Google/Code.pm
index 378c764..0a917c4 100644
--- a/lib/Net/Google/Code.pm
+++ b/lib/Net/Google/Code.pm
@@ -4,7 +4,7 @@ use Any::Moose;
with 'Net::Google::Code::TypicalRoles';
use Scalar::Util qw/blessed/;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
has 'project' => (
isa => 'Str',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list