File::Which version 0.02
========================

File::Which is a portable implementation (in Perl) of `which', and can
be used to get the absolute filename of an executable program
installed somewhere in your PATH, or just check for its existence. It
includes the command-line utility `pwhich' which has the same function
as `which'.

INSTALLATION

To install this module type the following (on Windows, use `nmake',
which can be obtained freely from Microsoft: see ActivePerl
documentation):

   $ tar zxvf File-Which-0.03.tar.gz
   $ cd File-Which-0.03
   $ perl Makefile.PL
   $ make
   $ make test
   $ make install

Using the CPAN shell:

   $ perl -MCPAN -eshell
   cpan> install File::Which
   cpan> exit


DEPENDENCIES

This module requires these other modules and libraries:

  File::Spec - distributed with perl.

COPYRIGHT AND LICENCE

Copyright (C) 2002 Per Einar Ellefsen <per.einar (at) skynet.be>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

