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