in reply to How to look inside every CPAN distribution

http://deps.cpantesters.org/?module=Module::Install
http://cpants.perl.org/dist/used_by/Module-Build
http://cpants.perl.org/dist/used_by/ExtUtils-MakeMaker
http://cpants.perl.org/dist/used_by/Module-Install
  • Comment on Re: How to look inside every CPAN distribution

Replies are listed 'Best First'.
Re^2: How to look inside every CPAN distribution
by xdg (Monsignor) on Dec 13, 2008 at 13:12 UTC

    I needed output that would be valid input to CPAN.pm. I.e. "AUTHOR/DistName-0.00.tar.gz". Those links don't help without further processing.

    Also CPANTS shows distributions that list another as a prerequisite. That's not the same thing as distributions which have Build.PL.

    For example, most of my distributions use Build.PL but provide a traditional Makefile.PL as well for compatibility. (I use custom Build.PL to do helpful things when I'm authoring.)

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.