kanish has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

When I search a Test::More module by using PPM, it is returs as

ppm> i Test::More Searching for 'Test::More' returned no results. Try a broader search f +irst.

I am using Repositories:

ppm> rep Repositories: [1] ActiveState PPM2 Repository [2] ActiveState Package Repository

I have no idea which repository have that module.

How can we find that module in another repository.

Thanks
Kanishk

Replies are listed 'Best First'.
Re: Search Test::More module in PPM
by helphand (Pilgrim) on Feb 14, 2006 at 03:58 UTC

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

    Scott

      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

Re: Search Test::More module in PPM
by holli (Abbot) on Feb 14, 2006 at 07:43 UTC
Re: Search Test::More module in PPM
by Anonymous Monk on Feb 14, 2006 at 04:10 UTC

    Hai kanish, Are you follow the below process:

    1. Search the module name.

    2. Install the module based on the search list number corrosponding to the module name.

    Give some more information about your problem.

      Hi,

      I wanted to install Test::More Module.

      As per helphand instruction I installed it.

      I want to know ....

      When I search Test::More module in ppm that 2 repository does not have.

      How can we find it out that module has contains in another repository?

      Thanks you