diff options
author | Thomas Morper <thomas@beingboiled.info> | 2010-07-25 18:10:44 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-25 21:52:41 -0500 |
commit | df6b7a16e056e3c023fa8ceebbf83502ed421061 (patch) | |
tree | 517bf69420222566cc572c0bb3cb2912cc2640ce /libraries/perl-AppConfig/README | |
parent | ad533e5b9dbd710ba9aa578f7194c5be82be96e7 (diff) | |
download | slackbuilds-df6b7a16e056e3c023fa8ceebbf83502ed421061.tar.gz |
libraries/perl-AppConfig: Added (module for reading config files and arguments)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/perl-AppConfig/README')
-rw-r--r-- | libraries/perl-AppConfig/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/perl-AppConfig/README b/libraries/perl-AppConfig/README new file mode 100644 index 0000000000..8be1ae676a --- /dev/null +++ b/libraries/perl-AppConfig/README @@ -0,0 +1,4 @@ +AppConfig is a Perl5 module for managing application configuration +information. It maintains the state of any number of variables and +provides methods for parsing configuration files, command line +arguments and CGI script parameters. |