diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-12-12 10:37:55 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:47 -0200 |
commit | cd1cee2e69fc728a019e35d96bb325eb0f937b93 (patch) | |
tree | 3900896bbd9be64218ba11b5f11a8eab51cb141a /perl/perl-Config-Find/README | |
parent | a55517c1aff25a0a629e83c652284e3fec6421ec (diff) | |
download | slackbuilds-cd1cee2e69fc728a019e35d96bb325eb0f937b93.tar.gz |
perl/perl-Config-Find: Added (Find configuration files)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Config-Find/README')
-rw-r--r-- | perl/perl-Config-Find/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Config-Find/README b/perl/perl-Config-Find/README new file mode 100644 index 0000000000..a6bf201631 --- /dev/null +++ b/perl/perl-Config-Find/README @@ -0,0 +1,5 @@ +Every OS has different rules for configuration files placement, this +module allows to easily find and create your app configuration files +following those rules. + +This requires perl-File-Which and perl-File-HomeDir. |