Пакет perl-File-Which: Информация

    Исходный пакет: perl-File-Which
    Версия: 1.09-alt1.1
    Собран:  24 ноября 2010 г. 7:14
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/File-Which/

    Лицензия: Artistic
    О пакете: Portable implementation of the `which' utility
    Описание: 
    "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.)

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-File-Which (noarch)

    Сопровождающий: Michael Bochkaryov

    Список участников:
    Igor Vlasenko
    Vladimir Lettiev
    Michael Bochkaryov

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

    Последнее изменение


    22 ноября 2010 г. Igor Vlasenko 1.09-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    29 января 2010 г. Vladimir Lettiev 1.09-alt1
    - NMU: New version 1.09
    - Added pwhich - perl-only replacement for which
    13 сентября 2008 г. Michael Bochkaryov 0.05-alt2
    - fix directory ownership violation