pod2readme (1) Linux Manual Page
pod2readme – script to convert POD to README file
Synopsis
pod2readme lib/Some/Module.pm
Descriptions
Converts POD in the specified file to a README text file. If a second argument is given, it will use that as the output file and assume that is the type of file to export:
pod2readme Module.pm COPYINGIf need be, this can be overridden in cases where the output file is not the same as the type, using a third argument:
pod2readme Module.pm Module-Install.HOWTO install
