1#!/usr/bin/perl -w
2
3BEGIN {
4    use lib 't/lib';
5}
6
7use strict;
8use warnings;
9
10use NoFork;
11require('./t/multiplexer.t');
12