Closed dxdc closed 4 years ago
Hashes in Perl are unsorted, and this can lead to inconsistent ordering. It may be even better to use an array instead of hash map to keep the order, but this is a simple solution for now.
Thanks, applied and will be in next release!
Hashes in Perl are unsorted, and this can lead to inconsistent ordering. It may be even better to use an array instead of hash map to keep the order, but this is a simple solution for now.