X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=t%2F00-load.t;h=bf71dc167be6b96af727a058cdf936c765cde77a;hp=ba9be8c1318e071f562090f0cf232b4b4b977a94;hb=8520f188c228a13fcf6d2d5970ee7123aea0049b;hpb=7b3418c3e7fc2f32c77056fa669fb75867fe3cba diff --git a/t/00-load.t b/t/00-load.t index ba9be8c..bf71dc1 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::Maps' ); } diag( "Testing CPANPLUS::Dist::Gentoo $CPANPLUS::Dist::Gentoo::VERSION, Perl $], $^X" );