Upgrade to Test::Harness 3.05
[p5sagit/p5-mst-13.2.git] / lib / Test / Harness / t / nofork-mux.t
1 #!/usr/bin/perl -w
2
3
4 BEGIN {
5     if( $ENV{PERL_CORE} ) {
6         chdir 't';
7         @INC = ('../lib', 'lib');
8     }
9     else {
10         use lib 't/lib';
11     }
12 }
13
14 use strict;
15
16 use NoFork;
17 require ($ENV{PERL_CORE} && '../lib/Test/Harness/') . 't/multiplexer.t';