Subject: | Undefined subroutine &CPANPLUS::Internals::Utils::cwd called at lib/CPANPLUS/Internals/Utils.pm line 393. |
CPANPLUS is failing to build every time I try with the error:
Undefined subroutine &CPANPLUS::Internals::Utils::cwd called at
lib/CPANPLUS/Internals/Utils.pm line 393.
Sure enough, Utils.pm is importing 'chdir' from the 'Cwd' module, but
not 'cwd'. :-(