perl-File-pushd

File::pushd - change directory temporarily for a limited scope

SRPM:     perl-File-pushd-1.00-1.n0i.2.fc8.src.rpm
SPEC:     perl-File-pushd.spec
Version:  1.00
Release:  1.n0i.2.fc8
Epoch:    
License:  GPL+ or Artistic
Group:    Development/Libraries
Size:     12966
Packager: Marius Feraru <altblue@n0i.net>
Vendor:   n0i.net
URL:      http://search.cpan.org/dist/File-pushd/
Date:     Wed Sep 26 2007, 22:11 GMT

Description:

File::pushd does a temporary "chdir" that is easily and automatically
reverted, similar to "pushd" in some Unix command shells. It works by creating
an object that caches the original working directory. When the object is
destroyed, the destructor calls "chdir" to revert to the original working
directory. By storing the object in a lexical variable with a limited scope,
this happens automatically at the end of the scope.

Changelog:

  • Thu Sep 27 2007 Marius Feraru <altblue@n0i.net> - 1.00-1.n0i.2
    - version 1.00
  • Sun Jun 03 2007 Marius Feraru <altblue@n0i.net> - 0.99-1.n0i.1
    - spec file (re)created using N0i::CPAN::RPMizer/1.14.8
    - version 0.99

Files:

  • File-pushd-1.00.tar.gz
  • perl-File-pushd.spec

Requires:

  • perl(ExtUtils::MakeMaker)
  • reb00t-rpmdevtools
  • rpmlib(CompressedFileNames)