compile: make compiled config be key-sorted

makes debugging access changes much easier

(doh!  why didn't I do this earlier!)
This commit is contained in:
Sitaram Chamarty 2009-11-23 18:04:18 +05:30
parent d332b1537d
commit cba66c6e5a

View file

@ -4,6 +4,7 @@ use strict;
use warnings;
use Data::Dumper;
$Data::Dumper::Indent = 1;
$Data::Dumper::Sortkeys = 1;
# === add-auth-keys ===