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

NAME

add_pm_version_number.pl - utility to add a version number to Perl modules

SYNOPSIS

    add_pm_version_number.pl --package=<string> --version=<string> --pm-file=<file>
          [--help] [-?] [--man] [--Version]

Runs through the pm-file and adds the requested $VERSION line after the 1st declaration of the package.

OPTIONS

Following options and unique abbreviations of them are accepted:

--package

name of the package for which the version number needs to be added

--version

string with the version number that needs to be added

--pm-file

name of the perl module in which the version number will be added

--help or -?

prints a brief help message and exits

--man

prints an extended help message and exits

--Version

prints the version number and exits

ARGUMENTS

No arguments are accepted. All needed parameters are passed as options.

RELEASE

$Id: add_pm_version_number.pl,v 1.2 2000/11/07 15:17:19 verhaege Exp $

AUTHOR

Wim Verhaegen <wim.verhaegen@ieee.org>