The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Simple::Wiki::Twiki::Upload - Update a Twiki with POD documentation for scripts and modules.

SYNOPSIS

 use Pod::Simple::Wiki::Twiki::Upload;

 chdir($top_of_source);
 twiki_upload("http://twiki.example.com/bin", "Main");

DESCRIPTION

This attempts to find all the POD documentation in the directories below . and upload it into a twiki.

The formatting for perl =item lists isn't very good, but it's better than nothing.

Even though this module is just released, no maintenance is planned: it is up for adoption.

LICENSE

This package may be used and redistributed under the terms of either the Artistic 2.0 or LGPL 2.1 license.