Debian lenny version packages
[pkg-perl] / deb-src / libfile-which-perl / libfile-which-perl-0.05 / Changes
1 Revision history for File::Which.
2
3 0.05  Mon 24 Jun 23:06:45 CET 2002
4     - Made sure the file wasn't a directory, as directories usually
5       have x set.
6     - made pwhich say so if it didn't find a file.
7     - improve file searching: file doesn't have to be -x on MacOS,
8       only -e. Same thing on DOSish, but only if the file extension is
9       in PATHEXT (so we don't look for non-executable files that
10       happen to be in PATH).
11     - For DOSish, VMS and Mac, add current directory in front of path,
12       as (on Win32) this one is searched first. (could someone tell me
13       if this assumption is true on VMS and MacOS too?)
14     - large updates to test suite: we now emulate executable files
15       inside t/test-bin/. Like this we have more control. I hope
16       this test suite will be better, but it is probably still
17       shaky. Any reports would do me a lot of good.
18
19 0.04  Thu 20 Jun 21:50:30 CET 2002
20     - Re-wrote some parts for more platform-specific code (Mac and VMS
21       primarily). Thanks to Abigail and the PPT `which':
22       http://www.perl.com/language/ppt/src/which/index.html
23     - Removed the '~' handling: was probably broken anyway.
24     - fixed a bug with pwhich -a where it would return the number of
25       results instead of the results
26
27 0.03  Wed 24 Apr 14:48:50 CET 2002
28     - Changed the '~' handling: last version was buggy, it needs to
29       only replace it on Unix and if $ENV{HOME} exists, replacing it
30       then with $ENV{HOME} (removes File::HomeDir dependency).
31     - Added documentation to pwhich (you can run perldoc on it now)
32
33 0.02  Fri 19 Apr 02:52:15 CET 2002
34     - Some documentation changes
35     - Added where($short_exec_name) as an alias for
36       which($short_exec_name, { all => 1 }).
37       [Request from Jerrad Pierce <belg4mit (at) mit.edu>]
38     - Added the which option --all. Other options just bloat everything.
39     - Added `pwhich', perl-only replacement for `which'.
40
41 0.01  Sun 14 Apr 23:05:37 CET 2002
42     - original version; extracted from DocSet. Only plain which() with
43       docs and tests. 
44