[Bps-public-commit] r17741 - Net-Google-Code/trunk
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Jan 13 22:00:25 EST 2009
Author: sunnavy
Date: Tue Jan 13 22:00:24 2009
New Revision: 17741
Modified:
Net-Google-Code/trunk/ (props changed)
Net-Google-Code/trunk/Changes
Net-Google-Code/trunk/MANIFEST
Net-Google-Code/trunk/META.yml
Net-Google-Code/trunk/README
Log:
r18768 at sunnavys-mb: sunnavy | 2009-01-14 10:46:26 +0800
update package files
r18769 at sunnavys-mb: sunnavy | 2009-01-14 10:48:54 +0800
update package files
r18770 at sunnavys-mb: sunnavy | 2009-01-14 10:53:38 +0800
update doc for 0.02
Modified: Net-Google-Code/trunk/Changes
==============================================================================
--- Net-Google-Code/trunk/Changes (original)
+++ Net-Google-Code/trunk/Changes Tue Jan 13 22:00:24 2009
@@ -1,8 +1,8 @@
Revision history for Net-Google-Code
0.02
- new Net::Google::Code::Downloads
- new Net::Google::Code::Wiki
+ added api for Downloads, Wiki and Home
+ refactor a bit
0.01 Tue Jan 6 10:17:56 CST 2009
Initial release.
Modified: Net-Google-Code/trunk/MANIFEST
==============================================================================
--- Net-Google-Code/trunk/MANIFEST (original)
+++ Net-Google-Code/trunk/MANIFEST Tue Jan 13 22:00:24 2009
@@ -1,3 +1,4 @@
+AUTHORS
Changes
inc/Module/AutoInstall.pm
inc/Module/Install.pm
@@ -11,23 +12,39 @@
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Net/Google/Code.pm
-lib/Net/Google/Code/Connection.pm
-lib/Net/Google/Code/Mechanize.pm
-lib/Net/Google/Code/IssueSearch.pm
+lib/Net/Google/Code/Downloads.pm
+lib/Net/Google/Code/Home.pm
lib/Net/Google/Code/Issue.pm
lib/Net/Google/Code/IssueAttachment.pm
lib/Net/Google/Code/IssueComment.pm
lib/Net/Google/Code/IssuePropChange.pm
+lib/Net/Google/Code/IssueSearch.pm
+lib/Net/Google/Code/Mechanize.pm
+lib/Net/Google/Code/Role.pm
+lib/Net/Google/Code/Role/Connectable.pm
+lib/Net/Google/Code/Role/RemoteFile.pm
+lib/Net/Google/Code/Role/URL.pm
+lib/Net/Google/Code/Wiki.pm
+lib/Net/Google/Code/WikiEntry.pm
Makefile.PL
MANIFEST
META.yml
README
t/00.load.t
-t/01.connection.t
-t/02.ticket.t
+t/02.issue.t
t/03.comment.t
t/04.attachment.t
+t/10.downloads.t
+t/11.wiki.t
+t/20.code.t
t/kwalitee.t
t/perlcritic.t
t/pod-coverage.t
t/pod.t
+t/sample/02.issue.html
+t/sample/10.download.html
+t/sample/10.download.xml
+t/sample/11.TODO.wiki
+t/sample/11.wiki.html
+t/sample/11.wiki.TestPage.html
+t/sample/20.code.html
Modified: Net-Google-Code/trunk/META.yml
==============================================================================
--- Net-Google-Code/trunk/META.yml (original)
+++ Net-Google-Code/trunk/META.yml Tue Jan 13 22:00:24 2009
@@ -1,8 +1,10 @@
---
-abstract: ''
+abstract: 'a simple client library for google code'
author:
- 'sunnavy <sunnavy at bestpractical.com>'
build_requires:
+ File::Slurp: 0
+ Test::MockModule: 0
Test::More: 0
distribution_type: module
generated_by: 'Module::Install version 0.77'
@@ -20,6 +22,7 @@
Moose: 0
Params::Validate: 0
WWW::Mechanize: 0
+ XML::Atom: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.01
+version: 0.02
Modified: Net-Google-Code/trunk/README
==============================================================================
--- Net-Google-Code/trunk/README (original)
+++ Net-Google-Code/trunk/README Tue Jan 13 22:00:24 2009
@@ -2,8 +2,7 @@
Net::Google::Code is a simple client library for projects hosted in Google Code.
-Currently, it focuses on the issue tracker, and the basic read functionality
-for that is provided.
+Currently, only the basic read functionality is provided.
Patches would be gratefully appreciated.
More information about the Bps-public-commit
mailing list