projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4b2eca7
)
Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
Nicholas Clark [Sun, 8 Sep 2002 23:05:54 +0000 (
00:05
+0100)]
Message-ID: <
20020908220553
.GO286@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17886
configpm
patch
|
blob
|
blame
|
history
diff --git
a/configpm
b/configpm
index
9ab7057
..
3eaed48
100755
(executable)
--- 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);