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

DESCRIPTION

A simple command line tool for adding your POD to a Trac.

Create a YAML config file, in ~/.pod2trac, with the following

trac_name: url: http://full/url/trac user: your_user passwd: your_passwd

NAME

pod2trac.pl - a command line for adding POD to Trac

SYNOPSIS

    pod2trac.pl --path=~/svk/local/ --trac_name=mymodules
    pod2trac.pl --path=~/svk/local/ --trac_name=mycompany --filter=pm --filter=pl
    pod2trac.pl --file=~/svk/local/MyModule/lib/MyModule.pm --trac_name=mycompany