freebsd-ports/sysutils/p5-File-Which/pkg-descr
Adam Weinberger fd1179e8db Update to 1.17. The pwhich utility was separated from the File::Which
module during the intervening versions, so remove references to it from
pkg-descr. p5-Test-Script is no longer required for running the tests, so
remove it.

Also, adjust COMMENT so that it doesn't contain a backtick, which makes
me kindof nervous. Add in LICENSE for good measure.

Transfer maintainership to the perl@ collective, at maintainer's request.
Thanks to demon for maintaining this port for so long.

PR:		199840
Approved by:	demon (outgoing maintainer)
2015-05-02 02:00:19 +00:00

5 lines
246 B
Text

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.
WWW: http://search.cpan.org/dist/File-Which/