Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / ExtUtils / testlib.html
blob70fe2f38fd6770bf8398bbc96f1294b4c2db232d
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>ExtUtils::testlib - add blib/* directories to @INC</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;ExtUtils::testlib - add blib/* directories to @INC</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#description">DESCRIPTION</a></li>
25 </ul>
26 <!-- INDEX END -->
28 <hr />
29 <p>
30 </p>
31 <h1><a name="name">NAME</a></h1>
32 <p>ExtUtils::testlib - add blib/* directories to @INC</p>
33 <p>
34 </p>
35 <hr />
36 <h1><a name="synopsis">SYNOPSIS</a></h1>
37 <pre>
38 use ExtUtils::testlib;</pre>
39 <p>
40 </p>
41 <hr />
42 <h1><a name="description">DESCRIPTION</a></h1>
43 <p>After an extension has been built and before it is installed it may be
44 desirable to test it bypassing <code>make test</code>. By adding</p>
45 <pre>
46 use ExtUtils::testlib;</pre>
47 <p>to a test program the intermediate directories used by <code>make</code> are
48 added to @INC.</p>
49 <table border="0" width="100%" cellspacing="0" cellpadding="3">
50 <tr><td class="block" style="background-color: #cccccc" valign="middle">
51 <big><strong><span class="block">&nbsp;ExtUtils::testlib - add blib/* directories to @INC</span></strong></big>
52 </td></tr>
53 </table>
55 </body>
57 </html>