X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F00-load.t;h=cf1f34c3e24207b9988f851732c689080948e832;hb=515e54a3a367c4527d1f0b4ad810f93eac933c55;hp=ba9be8c1318e071f562090f0cf232b4b4b977a94;hpb=012a8ae10e8fc6e70ff1b0f90c470196417c0bf1;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/t/00-load.t b/t/00-load.t index ba9be8c..cf1f34c 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -3,10 +3,11 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More tests => 2; BEGIN { - use_ok( 'CPANPLUS::Dist::Gentoo' ); + use_ok( 'CPANPLUS::Dist::Gentoo' ); + use_ok( 'CPANPLUS::Dist::Gentoo::Maps' ); } diag( "Testing CPANPLUS::Dist::Gentoo $CPANPLUS::Dist::Gentoo::VERSION, Perl $], $^X" );