[Bps-public-commit] r19752 - in Net-Google-Code/trunk: lib/Net/Google
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue May 26 03:13:37 EDT 2009
Author: sunnavy
Date: Tue May 26 03:13:37 2009
New Revision: 19752
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.10
Modified: Net-Google-Code/trunk/Changes
==============================================================================
--- Net-Google-Code/trunk/Changes (original)
+++ Net-Google-Code/trunk/Changes Tue May 26 03:13:37 2009
@@ -1,5 +1,12 @@
Revision history for Net-Google-Code
+0.10 Tue May 26 15:05:22 CST 2009
+
+* simple write support for Issue
+* added reported, merged and updated attributes for Issue
+* added id and content_type attributes for Issue/Attachment
+* date attribute is changed from string to DateTime object
+
0.05 Thu May 14 16:00:07 CST 2009
* load_downloads doesn't parse feed any more, instead, it parses the
Modified: Net-Google-Code/trunk/MANIFEST
==============================================================================
--- Net-Google-Code/trunk/MANIFEST (original)
+++ Net-Google-Code/trunk/MANIFEST Tue May 26 03:13:37 2009
@@ -19,7 +19,11 @@
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/Role.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/Wiki.pm
@@ -32,10 +36,12 @@
t/02.issue.t
t/03.comment.t
t/04.attachment.t
+t/05.issues_list.t
t/10.downloads.t
t/11.wiki.t
t/20.code.t
t/sample/02.issue.html
+t/sample/05.issues_list.html
t/sample/10.download.html
t/sample/11.TestPage.html
t/sample/11.TestPage.wiki
Modified: Net-Google-Code/trunk/META.yml
==============================================================================
--- Net-Google-Code/trunk/META.yml (original)
+++ Net-Google-Code/trunk/META.yml Tue May 26 03:13:37 2009
@@ -18,10 +18,13 @@
- inc
- t
requires:
+ DateTime: 0
+ File::MMagic: 0
HTML::TreeBuilder: 0
+ MIME::Types: 0
Moose: 0
Params::Validate: 0
WWW::Mechanize: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.05
+version: 0.10
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 03:13:37 2009
@@ -4,7 +4,7 @@
with 'Net::Google::Code::Role';
use Scalar::Util qw/blessed/;
-our $VERSION = '0.05';
+our $VERSION = '0.10';
has 'project' => (
isa => 'Str',
More information about the Bps-public-commit
mailing list