NAME
Pod::Simple::Wiki::Googlecode - A class for creating Pod to Google Code Wiki filters.
SYNOPSIS
This module isn't used directly. Instead it is called via Pod::Simple::Wiki:
use Pod::Simple::Wiki;
my $parser = Pod::Simple::Wiki->new('googlecode');
...
Convert Pod to a Google Code wiki format using the installed pod2wiki
utility:
pod2wiki --style googlecode file.pod > file.wiki
DESCRIPTION
The Pod::Simple::Wiki::GoogleCode
module is used for converting Pod text to Wiki text.
Pod (Plain Old Documentation) is a simple markup language used for writing Perl documentation.
For an introduction to Google Code Wiki Syntax see: http://code.google.com/p/support/wiki/WikiSyntax
This module isn't generally invoked directly. Instead it is called via Pod::Simple::Wiki
. See the Pod::Simple::Wiki and pod2wiki documentation for more information.
METHODS
Pod::Simple::Wiki::GoogleCode inherits all of the methods of Pod::Simple
and Pod::Simple::Wiki
. See Pod::Simple and Pod::Simple::Wiki for more details.
AUTHOR
Fayland Lam, <fayland at gmail.com>
COPYRIGHT & LICENSE
Copyright 2008 Fayland Lam, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.