Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 76 forks source link

Extend prereqs sort to work on EBCDIC #409

Closed khwilliamson closed 2 years ago

khwilliamson commented 2 years ago

In EBCDIC, lowercase collates before upper (which, btw, I think is more natural). Thus we get a different sorting order than on ASCII, unless we sort on just one or the other case. This commit sorts on lowercase.