rjbs / Email-MIME

perl library for parsing MIME messages
20 stars 30 forks source link

Sort hash keys to keep attributes consistent #58

Closed dxdc closed 4 years ago

dxdc commented 5 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.

rjbs commented 4 years ago

Thanks, applied and will be in next release!