make sure all tests work in all combos, save the broken Directory deletion; POD doc...
[scpubgit/stemmatology.git] / persistence / t / 03podcoverage.t
index d58a539..ed6ec8d 100644 (file)
@@ -7,7 +7,7 @@ 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 @exclude = qw/ Store TypeMap::Entry /;
 
 my %mods;
 map { $mods{$_} = 1 } all_modules();