The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.002 - 2016-11-23

  • Support test_requires in Module::Build (Sam Brightman, GitHub #15)

Changes for version 2.001_002 - 2016-10-28

  • Fix postderef. I specified v5.22, but it was still experimental then. Identified by Slaven Rezić (https://github.com/briandfoy/test-prereq/issues/14)

Changes for version 2.001_001 - 2016-10-24

  • Big changes:
  • No more filtering out core modules (some things are ejected from core!)
  • Switched from Module::Info to Module::Extract::Use
  • Switched from old Test::Builder to Test::Builder::Module from the new Test::Simple stuff.

Changes for version 1.38_05 - 2014-01-17

  • More adjustments for 5.8 tests.

Changes for version 1.38_04 - 2014-01-16

  • Refactor some tests, with more exploration for 5.8 failures.

Changes for version 1.38_03 - 2014-01-15

  • Add some diag messages in tests to investigate some test failures

Changes for version 1.38_02 - 2014-01-06

  • Fixup for CONFIGURE_REQUIRES (GitHub Issue #2)

Changes for version 1.38_01 - 2014-01-03

  • Handle TEST_REQUIRES
  • Fixes for v5.8, which doesn't include Module::Build

Documentation

Modules

check if Makefile.PL has the right pre-requisites
test prerequisites in Module::Build scripts

Examples