File::Which comes with its own 'multiwhich'

I uploaded App::multiwhich, based on a script I have been using for many years, in observance of #CPANDAY. While honestly thought it was a cute, useful little utility which I could improve by fixing edge-cases, I just realized that there is no reason for you to use it ;-)

File::Which comes with its command line utility called pwhich. For example:

$ pwhich -a perl vim doesnotexist
/Users/auser/perl/5.20.0/bin/perl
/opt/local/bin/perl
/usr/bin/perl
/opt/local/bin/vim
/usr/bin/vim
pwhich: no doesnotexist in PATH

The module definitely predates my foray into Perl. I cannot fathom how I missed the pwhich utility.

So, don’t use App::multiwhich. Use pwhich. I’ll make the requisite changes in the module distribution.