[Bps-public-commit] Net-Google-Code branch, master, updated. 5372ee671cf87dea228d9eb6dee70f9ab16f1e9a

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Oct 13 23:41:53 EDT 2009


The branch, master has been updated
       via  5372ee671cf87dea228d9eb6dee70f9ab16f1e9a (commit)
      from  b3b13cc48dccf937cfd032376ab4f1c55b8ae31e (commit)

Summary of changes:
 Changes                |    4 ++++
 META.yml               |    2 +-
 lib/Net/Google/Code.pm |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 5372ee671cf87dea228d9eb6dee70f9ab16f1e9a
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jul 8 08:47:48 2009 +0800

    update version to 0.14

diff --git a/Changes b/Changes
index a331cd9..aca7e7c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Net-Google-Code
 
+0.14 Wed Jul  8 08:46:43 CST 2009
+
+* google code changed Options page, so we changed our code correspondingly
+
 0.13 Tue Jun 23 09:46:17 CST 2009
 
 * Atom role => AtomParser class
diff --git a/META.yml b/META.yml
index 51bf3c5..611c1ab 100644
--- a/META.yml
+++ b/META.yml
@@ -27,4 +27,4 @@ requires:
   WWW::Mechanize: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.13
+version: 0.14
diff --git a/lib/Net/Google/Code.pm b/lib/Net/Google/Code.pm
index b39b09d..952bda7 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.13';
+our $VERSION = '0.14';
 
 has 'project' => (
     isa      => 'Str',

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list