]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Test compilation of CPANPLUS::Dist::Gentoo::Maps
authorVincent Pit <vince@profvince.com>
Sat, 14 Feb 2009 18:14:39 +0000 (19:14 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 14 Feb 2009 18:14:39 +0000 (19:14 +0100)
t/00-load.t

index ba9be8c1318e071f562090f0cf232b4b4b977a94..bf71dc167be6b96af727a058cdf936c765cde77a 100644 (file)
@@ -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" );