diff options
author | Elvio Basello <hellvis69@gmail.com> | 2014-09-10 09:25:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-10 09:25:18 +0700 |
commit | 902192de01de063512b6ea3513e95032b2b8425b (patch) | |
tree | 35810e486b3b548c75b1f909e11d2c1ce65d11f9 /perl/perl-Config-Simple/README | |
parent | 045af5ebf66084e89377aa0a44efab0cbfd27ebd (diff) | |
download | slackbuilds-902192de01de063512b6ea3513e95032b2b8425b.tar.gz |
perl/perl-Config-Simple: Added (simple configuration file class).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Config-Simple/README')
-rw-r--r-- | perl/perl-Config-Simple/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-Config-Simple/README b/perl/perl-Config-Simple/README new file mode 100644 index 0000000000..4ea299933b --- /dev/null +++ b/perl/perl-Config-Simple/README @@ -0,0 +1,7 @@ +Config::Simple - A simple configuration file class + +Config::Simple is a class representing configuration file object. +It supports several configuration file syntax and tries to identify the file syntax +automatically. + +Library supports parsing, updating and creating configuration files |