Test::Dependencies

Test::Dependencies is a Perl module to ensure that your Makefile.PL specifies all module dependencies.
Download

Test::Dependencies Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jesse Vincent, Alex Vandiver and Zev Benjamin
  • Publisher web site:
  • http://search.cpan.org/~zev/

Test::Dependencies Tags


Test::Dependencies Description

Test::Dependencies is a Perl module to ensure that your Makefile.PL specifies all module dependencies. Test::Dependencies is a Perl module to ensure that your Makefile.PL specifies all module dependencies.SYNOPSISIn your t/00-dependencies.t: use Test::Dependencies exclude => ; ok_dependencies();Makes sure that all of the modules that are 'use'd are listed in the Makefile.PL as dependencies.EXPORTED FUNCTIONSok_dependenciesThis should be the only test called in the test file. It scans bin/ and lib/ for module usage and t/ for build usage. It will then test that all modules used are listed as required in Makefile.PL, all modules used in t/ are listed as build required, that all modules listed are actually used, and that modules that are listed are not in the core list. Requirements: · Perl


Test::Dependencies Related Software