home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeJava and XSLTSearch this book

8.68. ExtUtils::Command::MM

Sets commands for MakeMaker to use in Makefiles. ExtUtils::Command::MM encapsulates code that would otherwise have to be done with large one-liners. This module is shipped with the Perl 5.8 source kit.

Everything is read from @ARGV, unless otherwise noted. For example:

test_harness($verbose, @test_libs);

runs the tests on @ARGV via Test::Harness passing through the $verbose flag. Any @test_libs will be unshifted onto the test's @INC.



Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.