Net::Google::Code::Wiki.3pm

Langue: en

Version: 2010-04-07 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::Google::Code::Wiki - Google Code Wiki

SYNOPSIS

     use Net::Google::Code::Wiki;
     
     my $wiki = Net::Google::Code::Wiki->new(
         project => 'net-google-code',
         name    => 'TestPage',
     );
     $wiki->load;
     $wiki_entry->source;
 
 

INTERFACE

load
parse
load_source
parse_source
project
name
source
summary
labels
content
updated_by
updated
comments

AUTHOR

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.