DEBSOURCES
Skip Quicknav
sources / perl / 5.20.2-3%2Bdeb8u11 / cpan / Test-Harness / t / nofork-mux.t
1234567891011
#!/usr/bin/perl -w BEGIN { use lib 't/lib'; } use strict; use warnings; use NoFork; require('t/multiplexer.t');