Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 716d8cae13ac8dcd3810c3bfd4c027f65d8a5c8d
      
https://github.com/Perl/perl5/commit/716d8cae13ac8dcd3810c3bfd4c027f65d8a5c8d
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    M autodoc.pl

  Log Message:
  -----------
  autodoc: Change dictionary sort order

This makes this more in line with Data::Dumper sorting.

upper/lower case continues to not matter, and numbers continue to come
after letters, so that ckWARN2() comes after plain ckWARN().

It changes non-leading underscores to come before letters, so that
ck_warner comes before ckWARN.

And it changes so leading underscores come after non-leading, so that
aMY_CXT and aMY_CXT_ come before _aMY_CXT.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to