From: Leon Brocard Date: Wed, 18 Nov 2009 21:39:37 +0000 (+0000) Subject: Add a few more distribution versus module name exceptions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=960e02cf6495127c5c8a67618a9e6bd7408d7025;p=p5sagit%2Fp5-mst-13.2.git Add a few more distribution versus module name exceptions --- diff --git a/utils/perlivp.PL b/utils/perlivp.PL index 5986574..9783261 100644 --- a/utils/perlivp.PL +++ b/utils/perlivp.PL @@ -210,7 +210,10 @@ if (defined($Config{'extensions'})) { } # that's a distribution name, not a module name next if $_ eq 'IO/Compress'; - next if $_ eq 'Devel/DProf'; + next if $_ eq 'Devel/DProf'; + next if $_ eq 'libnet'; + next if $_ eq 'Locale/Codes'; + next if $_ eq 'podlators'; # test modules next if $_ eq 'XS/APItest'; next if $_ eq 'XS/APItest/KeywordRPN';