diff options
-rwxr-xr-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |