next if ($_ eq 'threads');
next if ($_ eq 'threads/shared');
}
- # that's a distribution name, not a module name
- next if /^IO_Compress_(?:Zlib|Base)$/;
+ # that's a distribution name, not a module name
+ next if $_ eq 'IO/Compress';
next if $_ eq 'Devel/DProf';
- # test modules
- next if $_ eq 'XS/APItest';
- next if $_ eq 'XS/Typemap';
+ # test modules
+ next if $_ eq 'XS/APItest';
+ next if $_ eq 'XS/Typemap';
# VMS$ perl -e "eval ""require \""Devel/DProf.pm\"";"" print $@"
# \NT> perl -e "eval \"require 'Devel/DProf.pm'\"; print $@"
# DProf: run perl with -d to use DProf.