make sure all tests work in all combos, save the broken Directory deletion; POD doc...
[scpubgit/stemmatology.git] / morphology / t / 03podcoverage.t
index d58a539..2d85544 100644 (file)
@@ -7,11 +7,8 @@ eval "use Test::Pod::Coverage 1.04";
 plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
-my @exclude = qw/ Store Collation::Data TypeMap::Entry /;
-
 my %mods;
 map { $mods{$_} = 1 } all_modules();
-map { delete $mods{'Text::Tradition::'.$_} } @exclude;
 if( -e 'MANIFEST.SKIP' ) {
        open( SKIP, 'MANIFEST.SKIP' ) or die "Could not open skip file";
        while(<SKIP>) {