Subject: | $module->get chdirs to the build directory |
While writing some CPAN automation tools I discovered that $module->get
was chdir'ing to the CPAN build directory but not back out. This makes
developing using CPAN::Shell difficult as you're never quite sure what
directory you'll wind up in.
Ideally the user visible routines of CPAN should not result in a changed
directory.