[Bps-public-commit] Net-Google-Code branch, master, updated. d411b1abf0fd5a8ef9b51fbed386f07024020e5f
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Jan 29 00:26:50 EST 2010
The branch, master has been updated
via d411b1abf0fd5a8ef9b51fbed386f07024020e5f (commit)
from 58d2b2f5b8f3194bd5721d6476d629d3c3c3c743 (commit)
Summary of changes:
Changes | 2 ++
META.yml | 2 +-
lib/Net/Google/Code.pm | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d411b1abf0fd5a8ef9b51fbed386f07024020e5f
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jan 29 13:26:41 2010 +0800
bump versiont to 0.18
diff --git a/Changes b/Changes
index c26809d..0a72aa8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Net-Google-Code
+0.18
+
0.17 Fri Jan 29 04:15:09 UTC 2010
* work around a weird bug of Mouse or even perl itself
diff --git a/META.yml b/META.yml
index d7435e8..18af6e8 100644
--- a/META.yml
+++ b/META.yml
@@ -35,4 +35,4 @@ requires:
XML::FeedPP: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.17
+version: 0.18
diff --git a/lib/Net/Google/Code.pm b/lib/Net/Google/Code.pm
index 4d9fd57..e055963 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.17';
+our $VERSION = '0.18';
has 'project' => (
isa => 'Str',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list