generalize Latin module to Latin/Greek/Armenian on Perseus
[scpubgit/stemmatology.git] / t / 00dependencies.t
index 9b46598..e70a616 100644 (file)
@@ -76,7 +76,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|feature)(::|$)/;
+    next if /^(Text::Tradition|inc|t|feature|parent)(::|$)/;
 
     #warn $_;
     ok( exists $required{$_}, "$_ in Makefile.PL" )