The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/env perl

use strict;
use warnings;

use Test::More;

## MCE::Signal is loaded by MCE automatically and is not neccessary in
## scripts unless wanting to export or pass options.

BEGIN {
   use_ok('MCE');
   use_ok('MCE::Util');
}

done_testing;