Package perl-File-chdir: Information

    Source package: perl-File-chdir
    Version: 0.1007-alt1
    Build time:  Sep 25, 2012, 12:27 AM
    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:
    @qa_p7

      1. perl-devel
      2. perl(Module/Build.pm)

    Last changed


    Sept. 24, 2012 Igor Vlasenko 0.1007-alt1
    - automated CPAN update
    Sept. 25, 2011 Igor Vlasenko 0.1004-alt1
    - automated CPAN update
    Nov. 22, 2010 Igor Vlasenko 0.06-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu