X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=configpm;h=d0947d0490c82d14c198e548e2d0c8758a73c656;hb=d84c672d23e941bae9d05e88fa42ae466c892856;hp=08e709900058830aaa3a39737ee36285c111f982;hpb=36ff553a583c4cf410ae2cdb94540deb35e73107;p=p5sagit%2Fp5-mst-13.2.git diff --git a/configpm b/configpm index 08e7099..d0947d0 100755 --- a/configpm +++ b/configpm @@ -118,7 +118,7 @@ sub fetch_string { my $quote_type = "'"; my $marker = "$key="; - # Check for the common case, ' delimeted + # Check for the common case, ' delimited my $start = index($Config_SH, "\n$marker$quote_type"); # If that failed, check for " delimited if ($start == -1) { @@ -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;