| parrotcode: generate plain text docs from Pod files | |
| Contents | Configuration | 

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

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

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


runstep()Converts Pod documents into plain text. Documents to be converted as specified as a hash with the keys being the source Pod document and the values being the destination plain text file.
Accepts a Parrot::Configure object followed by a flattened hash.
|  |   |