Also MANIFEST the vms/perlvms restoration.
[p5sagit/p5-mst-13.2.git] / 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;