start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.63 ExtUtils::Packlist Chapter 8
Standard Modules
Next: 8.65 Fatal
 

8.64 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.


Previous: 8.63 ExtUtils::Packlist Perl in a Nutshell Next: 8.65 Fatal
8.63 ExtUtils::Packlist Book Index 8.65 Fatal

Library Navigation Links

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