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


Net-Google-Code documentation  | view source Contained in the Net-Google-Code distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    use Net::Google::Code::Wiki;

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

INTERFACE

Top

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

AUTHOR

Top

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Top


Net-Google-Code documentation  | view source Contained in the Net-Google-Code distribution.