ExtUtils::Command::MM(3p) Perl Programmers Reference Guide
ExtUtils::Command::MM(3p) Perl Programmers Reference Guide # ExtUtils::Command::MM(3p) Perl Programmers Reference Guide NNAAMMEE # ExtUtils::Command::MM - Commands for the MM's to use in Makefiles SSYYNNOOPPSSIISS # perl "-MExtUtils::Command::MM" -e "function" "--" arguments... DDEESSCCRRIIPPTTIIOONN # FFOORR IINNTTEERRNNAALL UUSSEE OONNLLYY!! The interface is not stable. ExtUtils::Command::MM encapsulates code which would otherwise have to be done with large "one" liners. Any $(FOO) used in the examples are make variables, not Perl. tteesstt__hhaarrnneessss test_harness($verbose, @test_libs); Runs the tests on @ARGV via Test::Harness passing through the $verbose flag. ...