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

    Исходный пакет: perl-File-chdir
    Версия: 0.06-alt2.1
    Собран:  23 ноября 2010 г. 20:12
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: a more sensible way to change directories
    Описание: 
    Perl's chdir() has the unfortunate problem of being very, very, very
    global.  If any part of your program calls chdir() or if any library
    you use calls chdir(), it changes the current working directory for
    the whole program.
    
    This sucks.
    
    File::chdir gives you an alternative, $CWD and @CWD.  These two
    variables combine all the power of "chdir()", File::Spec and Cwd.

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

    Сопровождающий: Denis Smirnov

    Список участников:
    Igor Vlasenko
    Denis Smirnov

      1. perl-devel

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


    22 ноября 2010 г. Igor Vlasenko 0.06-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    20 октября 2008 г. Denis Smirnov 0.06-alt2
    - fix building
    9 апреля 2006 г. Denis Smirnov 0.06-alt1
    - first build for ALT Linux Sisyphus