projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c28a43
)
A naked values() caused shuffling of lib/Config.pm,
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 1 Jul 2003 13:08:44 +0000
(13:08 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 1 Jul 2003 13:08:44 +0000
(13:08 +0000)
which in turn caused unnecessary rebuilds.
p4raw-id: //depot/perl@19914
configpm
patch
|
blob
|
history
diff --git
a/configpm
b/configpm
index
b705997
..
d0947d0
100755
(executable)
--- a/
configpm
+++ b/
configpm
@@
-406,7
+406,7
@@
EOT
}
my $fast_config = join '', map { " $_,\n" }
- values (%v_fast), 'byteorder => $value' ;
+
sort
values (%v_fast), 'byteorder => $value' ;
print CONFIG sprintf <<'ENDOFTIE', $byteorder_code, $fast_config;