perl 5.003_01: lib/ExtUtils/MakeMaker.pm
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / testlib.pm
CommitLineData
b0c8af80 1package ExtUtils::testlib;
2use lib qw(blib/arch blib/lib);
31;
4__END__
5
6=head1 NAME
7
8ExtUtils::testlib - add blib/* directories to @INC
9
10=head1 SYNOPSIS
11
12C<use ExtUtils::testlib;>
13
14=head1 DESCRIPTION
15
16After an extension has been built and before it is installed it may be
17desirable to test it bypassing C<make test>. By adding
18
19 use ExtUtils::testlib;
20
21to a test program the intermediate directories used by C<make> are
22added to @INC.
23