aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-File-Finder/README
diff options
context:
space:
mode:
authorLEVAI Daniel <leva@ecentrum.hu>2016-10-24 17:22:39 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-24 17:22:39 +0700
commit1207a2ad2ddd3c46474a5acb4f8cfce0c9d431fa (patch)
treed99d67ccafb63cc27acf03a384e27640ccca4636 /perl/perl-File-Finder/README
parentca8805b41068ec2c351293be1daaae7ecc7c070e (diff)
perl/perl-File-Finder: Added (nice wrapper for File::Find).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Finder/README')
-rw-r--r--perl/perl-File-Finder/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-File-Finder/README b/perl/perl-File-Finder/README
new file mode 100644
index 000000000000..38d85815f9ca
--- /dev/null
+++ b/perl/perl-File-Finder/README
@@ -0,0 +1,3 @@
+File::Find is great, but constructing the wanted routine can sometimes be a
+pain. This module provides a wanted-writer, using syntax that is directly
+mappable to the find command's syntax.