[Bps-public-commit] r17567 - in Net-Google-Code/trunk: lib/Net/Google
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jan 5 22:44:54 EST 2009
Author: sunnavy
Date: Mon Jan 5 22:44:54 2009
New Revision: 17567
Modified:
Net-Google-Code/trunk/ (props changed)
Net-Google-Code/trunk/README
Net-Google-Code/trunk/lib/Net/Google/Code.pm
Log:
r18564 at sunnavys-mb: sunnavy | 2009-01-06 11:39:53 +0800
tiny doc improvements
r18565 at sunnavys-mb: sunnavy | 2009-01-06 11:44:41 +0800
tiny doc improvements
Modified: Net-Google-Code/trunk/README
==============================================================================
--- Net-Google-Code/trunk/README (original)
+++ Net-Google-Code/trunk/README Mon Jan 5 22:44:54 2009
@@ -1,6 +1,6 @@
Net-Google-Code version 0.01
-Net::Google::Code is a simple client library for a projects hosted in Google Code.
+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.
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 Mon Jan 5 22:44:54 2009
@@ -20,12 +20,12 @@
=head1 NAME
-Net::Google::Code -
+Net::Google::Code - a simple client library for google code
=head1 VERSION
-This document describes Net::Google::Code version 0.0.1
+This document describes Net::Google::Code version 0.01
=head1 SYNOPSIS
@@ -37,22 +37,21 @@
my $ticket = Net::Google::Code::Issue->new( connection => $connection );
$ticket->load( 42 );
- use Net::Google::Code::Search;
- my $search = Net::Google::Code::Search->new( connection => $connection );
+ use Net::Google::Code::IssueSearch;
+ my $search = Net::Google::Code::IssueSearch->new( connection => $connection );
$search->search( _can => 'all', _q => 'foo bar' );
my @ids = $search->ids();
=head1 DESCRIPTION
+Net::Google::Code is a simple client library for projects hosted in Google Code.
-=head1 INTERFACE
-
-
+Currently, it focuses on the issue tracker, and the basic read functionality
+for that is provided.
=head1 DEPENDENCIES
-
L<Moose>, L<HTML::TreeBuilder>, L<WWW::Mechanize>, L<Params::Validate>
=head1 INCOMPATIBILITIES
@@ -64,7 +63,7 @@
No bugs have been reported.
-This project is very very young, api maybe changed, so don't use this in
+This project is very very young, and api is not stable yet, so don't use this in
production, at least for now.
=head1 AUTHOR
More information about the Bps-public-commit
mailing list