NAME
pod2mdtext.pl - Convert POD to mdtext for the Apache CMS
SYNOPSIS
pod2mdtext.pl --name=PROJECT_NAME [--full-name=FULL_NAME]
--version=X.Y.Z
DESCRIPTION
This script creates mdtext files from POD. It must be run in the perl directory and scans all .pod and .pm files found in lib. The resulting mdtext files are stored in a directory named mdtext.
OPTIONS
--name
Short name of the project used for the index filename.
--full-name
Full name of the project used in titles. Defaults to --name.
--version
Version number.