Add a few more distribution versus module name exceptions
Leon Brocard [Wed, 18 Nov 2009 21:39:37 +0000 (21:39 +0000)]
utils/perlivp.PL

index 5986574..9783261 100644 (file)
@@ -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';