Package perl-File-Which: Information

    Source package: perl-File-Which
    Version: 1.09-alt1.1
    Build time:  Nov 24, 2010, 07:14 AM
    Category: Development/Perl
    Report package bug
    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.)

    List of rpms provided by this srpm:
    perl-File-Which (noarch)

    Maintainer: Michael Bochkaryov



      1. perl-Test-Script
      2. perl-devel
      3. perl-podlators

    Last changed


    Nov. 22, 2010 Igor Vlasenko 1.09-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    Jan. 29, 2010 Vladimir Lettiev 1.09-alt1
    - NMU: New version 1.09
    - Added pwhich - perl-only replacement for which
    Sept. 13, 2008 Michael Bochkaryov 0.05-alt2
    - fix directory ownership violation