summaryrefslogtreecommitdiffstats
path: root/perl/perl-Config-Find/README
diff options
context:
space:
mode:
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
commitcd1cee2e69fc728a019e35d96bb325eb0f937b93 (patch)
tree3900896bbd9be64218ba11b5f11a8eab51cb141a /perl/perl-Config-Find/README
parenta55517c1aff25a0a629e83c652284e3fec6421ec (diff)
downloadslackbuilds-cd1cee2e69fc728a019e35d96bb325eb0f937b93.tar.gz
slackbuilds-cd1cee2e69fc728a019e35d96bb325eb0f937b93.tar.xz
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/README5
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.