WinGit: Do not require the user to accept the license, it's just informational
[msysgit/kusma.git] / lib / perl5 / 5.6.1 / ExtUtils / testlib.pm
blobd80f2a296b4d261dca1c5cee78bba04c513c00b9
1 package ExtUtils::testlib;
2 $VERSION = substr q$Revision: 1.11 $, 10;
3 # $Id: testlib.pm,v 1.11 1996/05/31 08:27:07 k Exp $
5 use lib qw(blib/arch blib/lib);
6 1;
7 __END__
9 =head1 NAME
11 ExtUtils::testlib - add blib/* directories to @INC
13 =head1 SYNOPSIS
15 C<use ExtUtils::testlib;>
17 =head1 DESCRIPTION
19 After an extension has been built and before it is installed it may be
20 desirable to test it bypassing C<make test>. By adding
22 use ExtUtils::testlib;
24 to a test program the intermediate directories used by C<make> are
25 added to @INC.