]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - t/00-load.t
No tabs please
[perl/modules/CPANPLUS-Dist-Gentoo.git] / t / 00-load.t
index ba9be8c1318e071f562090f0cf232b4b4b977a94..cf1f34c3e24207b9988f851732c689080948e832 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' );
+ use_ok( 'CPANPLUS::Dist::Gentoo::Maps' );
 }
 
 diag( "Testing CPANPLUS::Dist::Gentoo $CPANPLUS::Dist::Gentoo::VERSION, Perl $], $^X" );