cd <src>
oodist [OPTIONS]
OPTION: DEFAULT:
--pod or --nopod produce pod: yes
--dist or --nodist produce distribution: yes
--html or --nohtml produce html: yes if templates
--raw or --noraw produce package with raw files: yes
OPTIONS general:
--distdir | -d <dir> makefile:DISTDIR || $ENV{OODOC_DISTDIR} || <src>
--extends | -x <path> empty
--project | -p <string> makefile:DISTNAME
--rawdir | -r <dir> makefile:RAWDIR || $ENV{OODOC_RAWDIR} || <src>
--workdir | -w <dir> /tmp/<DISTVNAME>
--verbose | -v true when specified
OPTIONS for POD:
--email | -e <email> makefile:EMAIL
--firstyear| -y <year> makefile:FIRST_YEAR
--license | -l <string> makefile:LICENSE || $ENV{OODOC_LICENSE} || 'artistic'
--pmhead | -h <file> 'PM.HEAD' || constructed
--podtail | -t <file> 'POD.TAIL' || constructed
--website | -u <url> makefile:WEBSITE
OPTIONS for HTML:
--html-templates <dir> makefile:HTML_TEMPLATES || 'html'
--html-output <dir> makefile:HTML_OUTPUT || 'public_html'
--html-docroot <url> makefile:HTML_DOCROOT || '/'
Example: add to the end of your "Makefile.PL"
sub MY::postamble { <<'__POSTAMBLE' }
FIRST_YEAR = 2001
WEBSITE = http://perl.overmeer.net/oodoc
EMAIL = oodoc@overmeer.net
__POSTAMBLE