DEBSOURCES
Skip Quicknav
sources / perl / 5.32.1-4%2Bdeb11u3 / 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');