Tighten the ropes on sGMTIME_min for HP-UX 11.00
[p5sagit/p5-mst-13.2.git] / utils / perlivp.PL
index 762b4b3..9783261 100644 (file)
@@ -210,9 +210,13 @@ 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';
         next if $_ eq 'XS/Typemap';
            # VMS$ perl  -e "eval ""require \""Devel/DProf.pm\"";"" print $@"
            # \NT> perl  -e "eval \"require 'Devel/DProf.pm'\"; print $@"