| Net-Google-Code documentation | view source | Contained in the Net-Google-Code distribution. |
Net::Google::Code::Wiki - Google Code Wiki
use Net::Google::Code::Wiki;
my $wiki = Net::Google::Code::Wiki->new(
project => 'net-google-code',
name => 'TestPage',
);
$wiki->load;
$wiki_entry->source;
sunnavy <sunnavy@bestpractical.com>
Copyright 2008-2010 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Net-Google-Code documentation | view source | Contained in the Net-Google-Code distribution. |