Move Test::Harness from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / cpan / Test-Harness / t / nofork-mux.t
1 #!/usr/bin/perl -w
2
3 BEGIN {
4     use lib 't/lib';
5 }
6
7 use strict;
8
9 use NoFork;
10 require( 't/multiplexer.t' );