in reply to Re^5: MCPAN shell not working.
in thread MCPAN shell not working.

Seem to have hit a bit of a catch 22. To get the env for the pod2man I have to install Test::Pod. perl Makefile.PL returns the following:
Warning: prerequisite Test::Builder::Tester 1.02 not found. Warning: prerequisite Test::More 0.62 not found. We have 0.47.
When I get Test::More it is ACTUALLY Test::Simple when downloaded from CPAN (manually). So the program that should set the pod2man path requires the program that requires it to set the pod2man path.....