in reply to Finding CPAN modules from module names

I find the CPAN search feature to be useful for this. For instance, try Cache::SizeAwareFileCache and you will see that it extends Cache::FileCache, which in turn is cart of Cache-Cache.

-Mark

  • Comment on Re: Finding CPAN modules from module names

Replies are listed 'Best First'.
Re^2: Finding CPAN modules from module names
by talexb (Chancellor) on Nov 17, 2004 at 19:52 UTC

    Thanks -- I have a list of 49 modules and I was hoping for some way to simplify and/or automate the process. I guess I'll just go hit the CPAN site a couple of dozen times now.

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

      Why don't you just use Parse::CPAN::Packages?

      MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
      I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
      ** The third rule of perl club is a statement of fact: pod is sexy.