From bb4e916294fdfa799a0a8b106d12e462bbe2a427 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Sun, 5 Mar 2006 04:08:30 -0800 Subject: add Module::Build 0.27_08 Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389 --- installperl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installperl') diff --git a/installperl b/installperl index d50ee74847..2f59f4563a 100755 --- a/installperl +++ b/installperl @@ -806,9 +806,9 @@ sub installlib { # ignore the cpan script in lib/CPAN/bin, the instmodsh and xsubpp # scripts in lib/ExtUtils, the prove script in lib/Test/Harness, # the corelist script from lib/Module/CoreList/bin and ptar* in - # lib/Archive/Tar/bin + # lib/Archive/Tar/bin, the config_data script in lib/Module/Build/scripts # (they're installed later with other utils) - return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff)\z/; + return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|config_data)\z/; # ignore the Makefiles return if $name =~ /^makefile$/i; # ignore the test extensions -- cgit v1.2.1