NAME ^

config/gen/PodText.pm - generate plain text docs from Pod files

SYNOPSIS ^

    use gen::PodText;

    gen::PodText->runstep($conf,
        "source1.pod" => "dest1.pod"
        "source2.pod" => "dest2.pod"
    );

DESCRIPTION ^

Uses Pod::Text to convert Pod documents into their plain text equivalents.

USAGE ^

Methods ^

Class Methods


parrot