diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-12-12 10:32:41 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:47 -0200 |
commit | 7a66f49e3490a18592b394bfcc45eda7e8585c15 (patch) | |
tree | 25429b9fad1173982422785e764aad2bd7b5a439 /perl/perl-File-Which/README | |
parent | d01755ed67e63bdeda5303a395379e685acda497 (diff) | |
download | slackbuilds-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/README | 5 |
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. |