NAME

ExtUtils::Command::MM - Commands for the MM's to use in Makefiles

SYNOPSIS

perl -MExtUtils::Command::MM -e "function" files...

DESCRIPTION

FOR INTERNAL USE ONLY! The interface is not stable.

ExtUtils::Command::MM encapsulates code which would otherwise have to be done with large "one" liners.

They all read their input from @ARGV unless otherwise noted.

Any $(FOO) used in the examples are make variables, not Perl.

test_harness
perl -MExtUtils::Command::MM -e "test_harness($(TEST_VERBOSE))" t/*.t

Runs the given tests via Test::Harness. Will exit with non-zero if the test fails.

Typically used with t/*.t files.