in reply to Easiest way to find all the Perl Modules on a system?

Devanchya,
See Module Installation Verifier.

ExtUtils::Installed also has version() so modifying it for your needs shouldn't be difficult. From the docs, it also says

This returns a list of the names of all the installed modules. The perl 'core' is given the special name 'Perl'

Module::CoreList keeps track of what version of perl each module became core which may be of some use as well.

I see zentara beat me to the punch.

Cheers - L~R

  • Comment on Re: Easiest way to find all the Perl Modules on a system?

Replies are listed 'Best First'.
Re^2: Easiest way to find all the Perl Modules on a system?
by rinceWind (Monsignor) on Dec 14, 2006 at 14:28 UTC

    Beware: ExtUtils::Installed doesn't list all modules.

    I've used Pod::Webserver to display a list of all the modules that are installed in my browser, including any bespoke ones that aren't from CPAN.

    --

    Oh Lord, won’t you burn me a Knoppix CD ?
    My friends all rate Windows, I must disagree.
    Your powers of persuasion will set them all free,
    So oh Lord, won’t you burn me a Knoppix CD ?
    (Missquoting Janis Joplin)

      rinceWind,
      Good to know. It appears demerphq is the current maintainer and there are 15 current bugs in RT.

      Cheers - L~R

        Patches welcome. :-)

        ---
        $world=~s/war/peace/g