Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
560 B

  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 $
  4. use lib qw(blib/arch blib/lib);
  5. 1;
  6. __END__
  7. =head1 NAME
  8. ExtUtils::testlib - add blib/* directories to @INC
  9. =head1 SYNOPSIS
  10. C<use ExtUtils::testlib;>
  11. =head1 DESCRIPTION
  12. After an extension has been built and before it is installed it may be
  13. desirable to test it bypassing C<make test>. By adding
  14. use ExtUtils::testlib;
  15. to a test program the intermediate directories used by C<make> are
  16. added to @INC.