Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 7e9386a3ce87b1093deca4d65e9755e0 > files > 6

perl-Getopt-OO-0.70.0-8.mga6.noarch.rpm

Getopt-OO version 0.04
======================
$Id: README,v 1.4 2005/01/31 04:01:47 sjs Exp $

Getopt::OO - Perl object oriented version of command line parser 
that uses a perl hash as template to describe command line 
options.  The module also alows the developer to associate basic 
help messages with the options so that the basic usage message 
and the definition of the command line parsing are tied together.
The parser handles most common command line parsing. 

The goal of this parser is to provide enough functionality that 
all the command line parsing can be done by the parser.  When the
parser has completed its task, the various options and values 
from the command line are easily accessable to the programmer, 
and he knows the command line arguments were valid. 

As of version 0.05, I think we have all features.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module has no special dependencies. 

KNOWN PROBLEMS
POD within this module is not backward compatible with PERL 5.004.
Otherwise everything should work on all versions from 5.004 through
5.8.

COPYRIGHT AND LICENCE

Copyright (C) 2005 by Steven Smith.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.