diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-09-09 00:05:54 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-09-09 20:38:01 +0000 |
commit | 3161c2f888e0b8c213abe2ad5f1a8badca94a855 (patch) | |
tree | 67b116811d59e0c99b72427718529bd36eb718b4 /configpm | |
parent | 4b2eca7a72ce307ed58cc8af1ec195a6dc39d730 (diff) | |
download | perl-3161c2f888e0b8c213abe2ad5f1a8badca94a855.tar.gz |
Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17886
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |