in reply to Re: How to install Devel::Cover on Active Perl 5.8.7
in thread How to install Devel::Cover on Active Perl 5.8.7

i did not see a ppm module in there. How to install one
  • Comment on Re^2: How to install Devel::Cover on Active Perl 5.8.7

Replies are listed 'Best First'.
Re^3: How to install Devel::Cover on Active Perl 5.8.7
by Not_a_Number (Prior) on Aug 04, 2010 at 18:45 UTC

    Well, if you have installed ActiveState Perl, ppm is (should be?) a utility that has installed itself by default.

    At the command line, type:

    ppm install Devel::Cover

    Let us know what happens.

      Error: 'ppm' is not recognized as an internal or external command, operable program or batch file.
        Could it be that you need to add your perl\bin to the path ? (If you have ActivePerl, then you have ppm.)
        What does perl -V output ?

        Cheers,
        Rob