return the new reading generated on duplication
[scpubgit/stemmatology.git] / base / t / 03podcoverage.t
index d58a539..c458f7e 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/ Collation::Data /;
 
 my %mods;
 map { $mods{$_} = 1 } all_modules();