The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use Test::More (skip_all => "This test is not implemented yet");

#BEGIN {
#    eval { require Parallel::ForkManager };
#    if ($@) {
#        plan( skip_all => "Test requires Parallell::ForkManager" );
#    } else {
#        plan( tests => 3);
#    }
#}
#
# XXX spawn Queue::Q4M, fork, and see if each instance behave as expected