           SPELL=file-chdir
         VERSION=0.1002
          SOURCE=File-chdir-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/File-chdir-$VERSION
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DA/DAGOLDEN/$SOURCE
     SOURCE_HASH=sha512:1042ea1075a09dd4ccd7a5d0345404d5ba5564acc47fbec39974a5dfa951b3482983d872fb6b7cd97f9230f716f097618cc722fabc43902027400c522329ec39
         ENTERED=20050711
      LICENSE[0]=ART
        WEB_SITE=http://search.cpan.org/~dagolden/File-chdir-$VERSION/lib/File/chdir.pod
        KEYWORDS="perl"
           SHORT="Non-global perl chdir"
cat << EOF
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.
EOF
