cd /tmp h2xs -AXn junk cd ./junk cd t cat junk.t #### use strict; use warnings; use Test::More tests => 2; BEGIN { use_ok('DMCombo2');}; ...