Package perl-File-chdir: Information

    Source package: perl-File-chdir
    Version: 0.06-alt2.1
    Build time:  Nov 23, 2010, 08:12 PM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: a more sensible way to change directories
    Description: 
    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.

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

    Maintainer: Denis Smirnov

    List of contributors:
    Igor Vlasenko
    Denis Smirnov

    ACL:
    @cpan

      1. perl-devel

    Last changed


    Nov. 22, 2010 Igor Vlasenko 0.06-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    Oct. 20, 2008 Denis Smirnov 0.06-alt2
    - fix building
    April 9, 2006 Denis Smirnov 0.06-alt1
    - first build for ALT Linux Sisyphus