Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the File-Which CPAN distribution.

Report information
The Basics
Id: 86467
Status: resolved
Priority: 0/
Queue: File-Which

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc: PLICEASE [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.09
Fixed in: (no value)



Subject: typo fixes
File/Which.pm 213: searced -> searched bin/pwhich 80: usualy -> usually
This patch should address this issue: diff --git a/lib/File/Which.pm b/lib/File/Which.pm index 69e336b..327e8b4 100644 --- a/lib/File/Which.pm +++ b/lib/File/Which.pm @@ -210,7 +210,7 @@ report of how it went. File::Spec adds the current directory to the front of PATH if on Win32, VMS or MacOS. I have no knowledge of those so don't know if the -current directory is searced first or not. Could someone please tell +current directory is searched first or not. Could someone please tell me? =head1 SUPPORT diff --git a/script/pwhich b/script/pwhich index a20dc07..0099337 100644 --- a/script/pwhich +++ b/script/pwhich @@ -77,7 +77,7 @@ pwhich - Perl-only `which' =head1 DESCRIPTION `pwhich' is a command-line utility program for finding paths to other -programs based on the user's C<PATH>. It is similar to the usualy Unix +programs based on the user's C<PATH>. It is similar to the usually Unix tool `which', and tries to emulate its functionality, but is written purely in Perl (uses the module C<File::Which>), so is portable.
These fixes have been merged and will be included in version 1.10