App::Config Perl5 module for global configuration variable management.
------------------------------------------------------------------------
Version 1.00 Date: 1997/08/12 11:07:45
* App::Config developed, tested and brought under RCS
------------------------------------------------------------------------
Version 1.02 Date: 1997/08/13 09:58:26
* Added variable expansion, executed in cfg_file().
------------------------------------------------------------------------
Version 1.03 Date: 1997/09/10 15:08:24
* Added CMDENV and ENDOFARGS options. Updated documentation.
* Added README file (pod2text Config.pm > README) to MANIFEST
* First public release.
------------------------------------------------------------------------
Version 1.04 Date: 1998/02/05 12:18:34
* Changed carp() to warn().
* Added REVISION section to documentation.
------------------------------------------------------------------------
Version 1.05 Date: 1998/02/18 17:34:49
* Changed wording of Copyright to mention the Perl Artistic Licence rather
than "the same terms as Perl itself".
* Moved ENDOFARGS default from _configure() (which may not get called)
into new() (which always does). Prevents an "Undefined variable..."
warning.
------------------------------------------------------------------------
Version 1.06 Date: 1998/03/20 10:33:25
* Fixed a problem with Makefile.PL which was preventing the man page for
App::Config.pm from being extracted from Config.pm. MakeMaker ignores
any files that look like Configure.pm and Config.pm comes close enough.
Fixed by explicitly adding MAN3PODS line to config hash.
* Minor documentation updates.
------------------------------------------------------------------------
Version 1.07 Date: 1998/07/03 10:11:01
* Added patches from Mik Firestone <fireston@lexmark.com> implementing
GLOBAL arguments.
* Added patch from Blair Zajac <blair@gps.caltech.edu> implementing getpw*()
checks and handling for Win32 compatibility.
* Fixed cmd_line() and cfg_file() to correctly report the success/error
status.
* Fixed get() to correctly return zero values rather than undef.
* Updated documentation to reflect above changes.