use Test::More tests => 2; no warnings; BEGIN { use_ok( 'Backend::A' ); } BEGIN { use_ok( 'Backend::B' ); }