CPAN::FindDependencies

Find dependencies for modules on the CPAN
Download

CPAN::FindDependencies Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Cantrell
  • Publisher web site:
  • http://search.cpan.org/~dcantrell/

CPAN::FindDependencies Tags


CPAN::FindDependencies Description

Find dependencies for modules on the CPAN CPAN::FindDependencies is a Perl module that uses the CPAN packages index to map modules to distributions and vice versa, and then fetches distributions' META.yml or Makefile.PL files from http://search.cpan.org/ to determine pre-requisites. This means that a working interwebnet connection is required.SYNOPSIS use CPAN::FindDependencies; my @dependencies = CPAN::FindDependencies::finddeps("CPAN"); foreach my $dep (@dependencies) { print ' ' x $dep->depth(); print $dep->name().' ('.$dep->distribution().") "; } Requirements: · Perl


CPAN::FindDependencies Related Software