Revision history for File::Which.
0.04 Thu 20 Jun 21:50:30 CET 2002
- Re-wrote some parts for more platform-specific code (Mac and VMS
primarily). Thanks to Abigail and the PPT `which':
http://www.perl.com/language/ppt/src/which/index.html
- Removed the '~' handling: was probably broken anyway.
- fixed a bug with pwhich -a where it would return the number of
results instead of the results
0.03 Wed 24 Apr 14:48:50 CET 2002
- Changed the '~' handling: last version was buggy, it needs to
only replace it on Unix and if $ENV{HOME} exists, replacing it
then with $ENV{HOME} (removes File::HomeDir dependency).
- Added documentation to pwhich (you can run perldoc on it now)
0.02 Fri 19 Apr 02:52:15 CET 2002
- Some documentation changes
- Added where($short_exec_name) as an alias for
which($short_exec_name, { all => 1 }).
[Request from Jerrad Pierce <belg4mit (at) mit.edu>]
- Added the which option --all. Other options just bloat everything.
- Added `pwhich', perl-only replacement for `which'.
0.01 Sun Apr 14 23:05:37 CET 2002
- original version; extracted from DocSet. Only plain which() with
docs and tests.