Contents
Perl POD WikiProcessor
Description
WikiProcessor that allows to write wiki pages in Perl Plain Old Documentation (POD) format
Bugs/Feature Requests
Existing bugs and feature requests for PerlPodMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out PerlPodMacro from here using Subversion, or browse the source with Trac.
Example
{{{
#!Pod
=head1 TITLE
Document title
=head1 SYNOPSIS
use this way:
do this!
do that!
=head1 DESCRIPTION
It's all my fault
=head2 Really
Yes, believe me, it's all my fault
=cut
}}}
Recent Changes
[8486] by rjollos on 08/28/10 05:56:53
Removed empty directory.
[8484] by rjollos on 08/28/10 05:40:56
Added revision info to macro. Fixes #6566.
[6460] by sfandino on 08/31/09 19:53:54
remove 0.9 support
[6436] by sfandino on 08/27/09 13:22:54
pod2html writes temporary files to the current directory so we chdir into /tmp before calling it

