summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-Which/README
diff options
context:
space:
mode:
author Mikko Värri2011-12-12 17:32:41 +0100
committer Niels Horn2011-12-18 03:07:47 +0100
commit7a66f49e3490a18592b394bfcc45eda7e8585c15 (patch)
tree25429b9fad1173982422785e764aad2bd7b5a439 /perl/perl-File-Which/README
parentd01755ed67e63bdeda5303a395379e685acda497 (diff)
downloadslackbuilds-7a66f49e3490a18592b394bfcc45eda7e8585c15.tar.gz
perl/perl-File-Which: Added (implementation of the 'which' utility)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Which/README')
-rw-r--r--perl/perl-File-Which/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-File-Which/README b/perl/perl-File-Which/README
new file mode 100644
index 0000000000..807147fcc7
--- /dev/null
+++ b/perl/perl-File-Which/README
@@ -0,0 +1,5 @@
+File::Which was created to be able to get the paths to executable
+programs on systems under which the `which' program wasn't
+implemented in the shell.
+
+This requires perl-Test-Script.