working fuller analysis plus tests
[scpubgit/stemmatology.git] / t / 00dependencies.t
index ac53bf0..ed28fb0 100644 (file)
@@ -60,7 +60,7 @@ my %required;
 for ( sort keys %used ) {
     my $first_in = Module::CoreList->first_release($_);
     next if defined $first_in and $first_in <= 5.00803;
-    next if /^(Text::Tradition|inc|t)(::|$)/;
+    next if /^(Text::Tradition|inc|t|feature)(::|$)/;
 
     #warn $_;
     ok( exists $required{$_}, "$_ in Makefile.PL" )