so MakeMaker can find it.
p4raw-id: //depot/perl@21827
# ignore the cpan script in lib/CPAN/bin, the instmodsh and xsubpp
# scripts in lib/ExtUtils, and the prove script in lib/Test/Harness
# (they're installed later with other utils)
- return if $name =~ /^(?:cpan|instmodsh|xsubpp|prove)\z/;
+ return if $name =~ /^(?:cpan|instmodsh|prove)\z/;
# ignore the Makefiles
return if $name =~ /^makefile$/i;
# ignore the test extensions