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

I have installed pod2man and Pod::Man without errors, yet I still receive the same error as I posted before.

Replies are listed 'Best First'.
Re^5: MCPAN shell not working.
by Khen1950fx (Canon) on Sep 25, 2006 at 05:37 UTC
    If you are still receiving the same error as posted before, there might still be a dependency problem. Podlators requires Pod::Simple. Was that installed when you installed podlators?

    There's a lot of information in the podlators readme. I've included a link here: podlators readme

    Update: You'll also get the same error if the enviromental variables for Test::Pod and Test::Pod::Coverage aren't set. Use "env" to check it.

      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.....