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


Book HomeJava and XSLTSearch this book

8.91. ExtUtils::testlib

Used for testing a module after it's been built and before it's been installed, when you don't want to (or can't) run make test. Adding:

use ExtUtils::testlib;

to your test program causes the intermediate directories used by make to be added to @INC, allowing you to run the test.



Library Navigation Links

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