--- t/00-load.t 2007/11/16 17:03:32 50 +++ t/00-load.t 2007/11/16 18:18:31 57 @@ -2,13 +2,14 @@ use strict; use warnings; -use Test::More tests => 3; +use Test::More tests => 4; use blib; BEGIN { use_ok('MDAP'); use_ok('MDAP::ChangeIP'); use_ok('MDAP::DHCP'); + use_ok('MDAP::Commands'); }