           SPELL=file-which
         VERSION=0.05
          SOURCE="File-Which-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/P/PE/PEREINAR/${SOURCE}
     SOURCE_HASH=sha512:40222433739522f21923895111b301d05d1d37b9f3aca38e06565453ebcead54d92012dbf5f39a2b3c3739ee377636862589e872351fdbde0f33381204493858
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/File-Which-${VERSION}"
        WEB_SITE="http://search.cpan.org/~pereinar/File-Which-0.05/"
      LICENSE[0]=ART
         ENTERED=20070510
           SHORT="Portable implementation of the 'which' utility"
cat << EOF
File::Which searches the directories of the user's PATH (as returned by
File::Spec->path()), looking for executable files having the name specified
as a parameter to which(). Under Win32 systems, which do not have a notion
of directly executable files, but uses special extensions such as .exe and
.bat to identify them, File::Which takes extra steps to assure that you
will find the correct file (so for example, you might be searching for perl,
it'll try perl.exe, perl.bat, etc.)
EOF
