Test::CPANpm

Test::CPANpm is a Perl module to test a distribution's interaction with CPAN before uploading.
Download

Test::CPANpm Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tyler MacDonald
  • Publisher web site:
  • http://search.cpan.org/~crakrjack/

Test::CPANpm Tags


Test::CPANpm Description

Test::CPANpm is a Perl module to test a distribution's interaction with CPAN before uploading. Test::CPANpm is a Perl module to test a distribution's interaction with CPAN before uploading.SYNOPSIS use Test::CPANpm; use Test::More qw(no_plan); cpan_depends_ok( , 'got the right dependancies' ); cpan_depends_ok_force_missing( , , 'got dependancies even though our Module::Build subclass is missing' );Test::CPANpm fools CPAN.pm into thinking it has downloaded and unpacked your package, then has it attempt to generate a Makefile or Build script. After this process completes, it asks your CPAN module what dependancies it thinks exist.If you just want to make sure your distribution is packaged in a way that is good for CPAN, consider using Test::Distribution instead. The main time that Test::CPANpm is useful is when you depend on modules inside your Makefile.PL or Build.PL script and you want to make sure that you degrade gracefully if those modules are not available. Requirements: · Perl


Test::CPANpm Related Software