Info2: << Package: file-chdir-pm%type_pkg[perl] Version: 0.06 Revision: 1 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc Description: Perl module to change directories Type: perl (5.8.1 5.8.4 5.8.6) License: Artistic Maintainer: Christian Schaffner # Dependencies: BuildDepends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core # Unpack Phase: Source: mirror:cpan:authors/id/M/MS/MSCHWERN/File-chdir-%v.tar.gz Source-MD5: 41a4661789f6de97fb632e4560d37864 # Install Phase: UpdatePOD: true DocFiles: Changes MANIFEST InstallScript: << %{default_script} mv %i/share/man %i/lib/perl5/%type_raw[perl] << # Additional Data: DescDetail: << 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. << Homepage: http://search.cpan.org/dist/File-chdir/ <<