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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu May 14 04:11:56 EDT 2009


Author: sunnavy
Date: Thu May 14 04:11:55 2009
New Revision: 19663

Modified:
   Net-Google-Code/trunk/lib/Net/Google/Code/Issue/Search.pm
   Net-Google-Code/trunk/lib/Net/Google/Code/Role/Fetchable.pm
   Net-Google-Code/trunk/lib/Net/Google/Code/Role/Pageable.pm

Log:
pod improve

Modified: Net-Google-Code/trunk/lib/Net/Google/Code/Issue/Search.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code/Issue/Search.pm	(original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code/Issue/Search.pm	Thu May 14 04:11:55 2009
@@ -95,7 +95,9 @@
 
 =head1 INTERFACE
 
-=head2 search ( _can => 'all', _q = 'foo' )
+=over 4
+
+=item search ( _can => 'all', _q = 'foo' )
 
 search with values $self->_can and $self->_q if without arguments.
 if there're arguments for _can or _q, this call will set $self->_can or
@@ -103,11 +105,14 @@
 
 return true if search is successful, false on the other hand.
 
+=item project
 
-=head2 ids
+=item ids
 this should be called after a successful search.
 returns issue ids as a arrayref.
 
+=back
+
 =head1 AUTHOR
 
 sunnavy  C<< <sunnavy at bestpractical.com> >>

Modified: Net-Google-Code/trunk/lib/Net/Google/Code/Role/Fetchable.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code/Role/Fetchable.pm	(original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code/Role/Fetchable.pm	Thu May 14 04:11:55 2009
@@ -48,7 +48,11 @@
 
 =head1 INTERFACE
 
-=head2 fetch
+=over 4
+
+=item fetch
+
+=back
 
 =head1 AUTHOR
 

Modified: Net-Google-Code/trunk/lib/Net/Google/Code/Role/Pageable.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code/Role/Pageable.pm	(original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code/Role/Pageable.pm	Thu May 14 04:11:55 2009
@@ -85,7 +85,11 @@
 
 =head1 INTERFACE
 
-=head2 first_columns
+=over 4
+
+=item first_columns
+
+=back
 
 =head1 AUTHOR
 



More information about the Bps-public-commit mailing list