-
Notifications
You must be signed in to change notification settings - Fork 559
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autodoc: Change dictionary sort order
This makes this more in line with Data::Dumper sorting. It changes numbers to come after letters, so that ckWARN2() comes after ckWARN(). It changes non-leading underscores to come before letters, so that ABC_DEF comes before ABCDEF, as the former is likely to be seen as two words, and ABC should come before ABCD. And it changes so leading underscores come after non-leading, so aTHX comes before _aTHX
- Loading branch information
1 parent
963e0b1
commit c719da9
Showing
1 changed file
with
22 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters