From: Nicholas Clark Date: Sun, 8 Sep 2002 23:05:54 +0000 (+0100) Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3161c2f888e0b8c213abe2ad5f1a8badca94a855;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17886 --- diff --git a/configpm b/configpm index 9ab7057..3eaed48 100755 --- a/configpm +++ b/configpm @@ -225,7 +225,7 @@ sub myconfig { $summary; } -our $Config_SH : shared = <<'!END!'; +our $Config_SH : unique = <<'!END!'; EOT print CONFIG join("", @v_fast, sort @v_others);