SPELL=file-which VERSION=1.24 SOURCE="File-Which-${VERSION}.tar.gz" SOURCE_URL[0]=https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/$SOURCE SOURCE_HASH=sha512:bf4c273e242a2fb3839d35369c12bf9f917cf6e2356293c9a2efe7e603cada0c941c916138277cf8aa7ffbd2adf5e3d570ce6cfbf5deee346cae57375e60abc2 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/File-Which-${VERSION}" WEB_SITE=https://metacpan.org/release/PLICEASE/File-Which-$VERSION 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 .