NAME
App::pwhich - Perl-only `which`
VERSION
version 1.14
DESCRIPTION
This module contains the guts of the pwhich script that is used to be bundled with File::Which. It was removed from that distribution because most users of File::Which do not need pwhich. If you require pwhich, as a prerequisite, please use App::pwhich as a prerequisite instead of File::Which.
SUPPORT
Bugs should be reported via the GitHub issue tracker
https://github.com/plicease/App-pwhich/issues
For other issues, contact the maintainer.
SEE ALSO
- pwhich
-
Published interface (script) for this module.
- File::Which
-
Implementation used by this module.
- Devel::CheckBin
-
This module purports to "check that a command is available", but does not provide any documentation on how you might use it.
AUTHOR
Original author: Per Einar Ellefsen <pereinar@cpan.org>
Current maintainer: Graham Ollis <plicease@cpan.org>
Contributors:
Adam Kennedy <adamk@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2002 by Per Einar Ellefsen <pereinar@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.