auto-update on Sun 15 Jul 06:45:09 UTC 2018

This commit is contained in:
Alec Muffett 2018-07-15 06:45:09 +00:00
parent 7884b41455
commit ad1b1189b1
2 changed files with 266 additions and 262 deletions

522
README.md

File diff suppressed because it is too large Load Diff

View File

@ -112,7 +112,11 @@ foreach $catname (sort keys %tree) {
print "\n";
foreach $catname (sort { (scalar keys %{$tree{$a}}) <=> (scalar keys %{$tree{$b}}) } keys %tree) {
foreach $catname (sort {
((scalar keys %{$tree{$a}}) <=>
(scalar keys %{$tree{$b}})) or
($a cmp $b)
} keys %tree) {
print "----\n\n";
my $catprint = &canon($catname);
print "# $catprint\n\n";