The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

updatemanpages.pl

Updates the man pages with the version number and optional date. If the date isn't provided, the last modified date from git is used.

USAGE

updatemanpages.pl version [date]

version

Specifies version (required)

date

Specifies date (optional)

SETTINGS

@dirlist

Specifies the list of directories to look for files in.

@extlist

Specifies the list of files with extensions to process.

@excludelist

Specifies the list of files to not process.

NOTES

This script is used during maketgz.