-
-
22 Mar 2022 19:55:23 UTC
- Distribution: App-pwhich
- Module version: 1.17
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (346 / 0 / 0)
- Kwalitee
Bus factor: 1- 66.23% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (17.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Which
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
App::pwhich - Perl-only `which`
VERSION
version 1.17
SYNOPSIS
perldoc pwhich
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.
If you want these executables installed without the
p
prefix (useful on platforms like windows that do not have their own native which or where), setPERL_APP_PWHICH_NO_PREFIX
tono-prefix
during install of this module.SUPPORT
Bugs should be reported via the GitHub issue tracker
https://github.com/uperl/App-pwhich/issues
For other issues, contact the maintainer.
CAVEATS
This module does not know about built-in shell commands, as the built-in command
which
andwhere
usually do.This module is fully supported back to Perl 5.8.1. It may work on 5.8.0.
SEE ALSO
- pwhich
-
Public interface (script) for this module.
- pwhere
-
Another public interface for this module.
- File::Which
-
Implementation used by this module.
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-2022 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.
Module Install Instructions
To install App::pwhich, copy and paste the appropriate command in to your terminal.
cpanm App::pwhich
perl -MCPAN -e shell install App::pwhich
For more information on module installation, please visit the detailed CPAN module installation guide.