From 8f2fd5317a8da44171ae4098be674cf779827374 Mon Sep 17 00:00:00 2001 From: "Jos I. Boumans" Date: Fri, 28 Jan 2005 18:38:27 +0100 Subject: Add Module::CoreList to bleadperl. Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration) From: "Jos I. Boumans" Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net> p4raw-id: //depot/perl@23947 --- installperl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installperl') diff --git a/installperl b/installperl index aaa17ea31f..1bdf250e59 100755 --- a/installperl +++ b/installperl @@ -805,8 +805,9 @@ sub installlib { $dir =~ m{/t(?:/|$)}; # ignore the cpan script in lib/CPAN/bin, the instmodsh and xsubpp # scripts in lib/ExtUtils, and the prove script in lib/Test/Harness + # as well as the corelist script from lib/Module/CoreList/bin # (they're installed later with other utils) - return if $name =~ /^(?:cpan|instmodsh|prove)\z/; + return if $name =~ /^(?:cpan|instmodsh|prove|corelist)\z/; # ignore the Makefiles return if $name =~ /^makefile$/i; # ignore the test extensions -- cgit v1.2.1