The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -T

use Test::More tests => 3;

BEGIN {
    use_ok( 'CWB::CQP::More' )           || print "Bail out!";
    use_ok( 'CWB::CQP::More::Iterator' ) || print "Bail out!";
    use_ok( 'CWB::CQP::More::Parallel' ) || print "Bail out!";
}

diag( "Testing CWB::CQP::More $CWB::CQP::More::VERSION, Perl $], $^X" );