Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038041
en ru br
ALT Linux repos
S:1.27-alt1
5.0: 0.05-alt2
4.1: 0.05-alt1

Group :: Development/Perl
RPM: perl-File-Which

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.27-alt1
Build date: 16 may 2021, 19:32 ( 149.5 weeks ago )
Size: 29.69 Kb

Home page:   http://search.cpan.org/dist/File-Which/

License: Artistic
Summary: Portable implementation of the `which' utility
Description:

"File::Which" was created to be able to get the paths to executable programs
on systems under which the `which' program wasn't implemented in the shell.

"File::Which" searches the directories of the user's "PATH" (as returned by
"File::Spec->path()"), looking for executable files having the name specified
as a parameter to "which()". Under Win32 systems, which do not have a notion of
directly executable files, but uses special extensions such as ".exe" and
".bat" to identify them, "File::Which" takes extra steps to assure that you
will find the correct file (so for example, you might be searching for "perl",
it'll try "perl.exe", "perl.bat", etc.)

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-File-Which
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin