A naked values() caused shuffling of lib/Config.pm,
Jarkko Hietaniemi [Tue, 1 Jul 2003 13:08:44 +0000 (13:08 +0000)]
which in turn caused unnecessary rebuilds.

p4raw-id: //depot/perl@19914

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;