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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Apr 24 04:14:19 EDT 2009


Author: sunnavy
Date: Fri Apr 24 04:14:18 2009
New Revision: 19341

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

Modified: Net-Google-Code/trunk/Changes
==============================================================================
--- Net-Google-Code/trunk/Changes	(original)
+++ Net-Google-Code/trunk/Changes	Fri Apr 24 04:14:18 2009
@@ -1,4 +1,7 @@
 Revision history for Net-Google-Code
+0.03 Fri Apr 24 16:08:06 CST 2009
+
+* mostly a bug fix version
 
 0.02
     added api for Downloads, Wiki and Home

Modified: Net-Google-Code/trunk/MANIFEST
==============================================================================
--- Net-Google-Code/trunk/MANIFEST	(original)
+++ Net-Google-Code/trunk/MANIFEST	Fri Apr 24 04:14:18 2009
@@ -44,6 +44,7 @@
 t/sample/02.issue.html
 t/sample/10.download.html
 t/sample/10.download.xml
+t/sample/11.TestPage.wiki
 t/sample/11.TODO.wiki
 t/sample/11.wiki.html
 t/sample/11.wiki.TestPage.html

Modified: Net-Google-Code/trunk/META.yml
==============================================================================
--- Net-Google-Code/trunk/META.yml	(original)
+++ Net-Google-Code/trunk/META.yml	Fri Apr 24 04:14:18 2009
@@ -25,4 +25,4 @@
   XML::Atom: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.02
+version: 0.03

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	Fri Apr 24 04:14:18 2009
@@ -3,7 +3,7 @@
 use Moose;
 with 'Net::Google::Code::Role';
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 has 'home'  => (
     isa     => 'Net::Google::Code::Home',
@@ -56,10 +56,6 @@
 
 Net::Google::Code - a simple client library for google code
 
-=head1 VERSION
-
-This document describes Net::Google::Code version 0.02
-
 =head1 SYNOPSIS
 
     use Net::Google::Code;



More information about the Bps-public-commit mailing list