From: Vincent Pit Date: Sat, 14 Feb 2009 18:14:39 +0000 (+0100) Subject: Test compilation of CPANPLUS::Dist::Gentoo::Maps X-Git-Tag: v0.06~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=8520f188c228a13fcf6d2d5970ee7123aea0049b Test compilation of CPANPLUS::Dist::Gentoo::Maps --- 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" );