This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Explicitly sort the extensions, now that they come from multiple directories.
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Sep 2009 09:36:57 +0000 (10:36 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 25 Sep 2009 09:36:57 +0000 (10:36 +0100)
commita32b3e139d3c4089c63b2af5abf995d1c2dec954
tree876075ed2a47cffdd522f8c35e5f9ef85f78d6ca
parent2696da521a49bbf51b058017a212ae31adb7a982
Explicitly sort the extensions, now that they come from multiple directories.

We used to have extensions automatically sorted because they came from a
single glob, that was itself sorted.
Configure