[Bps-public-commit] r17656 - Net-Google-Code/trunk/lib/Net/Google/Code
fayland at bestpractical.com
fayland at bestpractical.com
Fri Jan 9 00:12:14 EST 2009
Author: fayland
Date: Fri Jan 9 00:12:14 2009
New Revision: 17656
Modified:
Net-Google-Code/trunk/lib/Net/Google/Code/Issue.pm
Log:
add SYNOPSIS to issue
Modified: Net-Google-Code/trunk/lib/Net/Google/Code/Issue.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code/Issue.pm (original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code/Issue.pm Fri Jan 9 00:12:14 2009
@@ -155,8 +155,16 @@
=head1 NAME
-Net::Google::Code::Issue -
+Net::Google::Code::Issue - Google Code Issue
+=head1 SYNOPSIS
+
+ use Net::Google::Code;
+
+ my $project = Net::Google::Code->new( project => 'net-google-code' );
+ my $issue = $project->issue;
+
+ $issue->load(42);
=head1 DESCRIPTION
@@ -186,11 +194,9 @@
sunnavy C<< <sunnavy at bestpractical.com> >>
-
=head1 LICENCE AND COPYRIGHT
Copyright 2008-2009 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
-
More information about the Bps-public-commit
mailing list