in reply to Search Test::More module in PPM

Try Test::Simple instead, Test::More is part of the Test::Simple bundle.

Scott

Replies are listed 'Best First'.
Re^2: Search Test::More module in PPM
by kanish (Sexton) on Feb 14, 2006 at 04:14 UTC

    Hi Helphand,

    I get Test::More module while installing Test::Simple more.

    Thank you.

    If it is not have that module in those two repository, how can we find it in another module.

    Thank you

      kanish,

      It's been quite a while since I used PPM, so this might not be 100% correct, but I believe you can search for the module:

      ppm ppm>i /Test::More/

      I'm sure someone familiar with PPM will come along and correct me if I'm wrong here (I use CPAN myself).

      Scott