Download List

Project Description

Options.pm is a command-line option-parsing Perl
module meant to imitate the syntax of the t.p.usage.Options
module from the Twisted Python library. It will
allow you to specify which options to look for on
the command line, and supports both long and short
versions of simple flags and parameters. If a
required parameter is unspecified, Options.pm will
print nicely formatted usage information with the
error.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-11-19 07:32
1.5.2

Test cases were moved into a proper namespace.
Tags: Code cleanup

2007-07-11 09:05
1.5.1

Numerous documentation and functionality bugs that
were overlooked in the last release were fixed.
"error_handler" and "usage_fh" hooks were added to
enable more flexible use of Options, with
corresponding unit tests.
Tags: Minor feature enhancements

2007-07-09 09:10
1.5

Support for flag grouping was implemented. A
changelog, example.pl, unit tests, pod tests, and
pod coverage tests were added. Module::Build is
now used instead of ExtUtils::MakeMaker, although
Makefile.PL is still available for backwards
compatibility.
Tags: Minor feature enhancements

2007-02-21 23:02
1.0

Tags: Initial freshmeat announcement

Project Resources