diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-03-03 08:24:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-03 08:24:19 +0700 |
commit | 0e665a9678f9e88d2471d38702e8c7328c6e673b (patch) | |
tree | b12b82acd8c8b6331df029f0bc27838e5b4e4800 /perl/perl-Config-File/README | |
parent | 535667c63441395fcf6eb8c1b9c083ccf26dcb76 (diff) |
perl/perl-Config-File: Added (Parse a simple configuration file).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Config-File/README')
-rw-r--r-- | perl/perl-Config-File/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/perl-Config-File/README b/perl/perl-Config-File/README new file mode 100644 index 0000000000000..22a809e17f011 --- /dev/null +++ b/perl/perl-Config-File/README @@ -0,0 +1,2 @@ +The Config::File parses a simple configuration file and stores its values +in an anonymous hash reference. |