tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
97 stars 65 forks source link

To suppress useless git diff, sort keys in Build.PL #196

Closed skaji closed 8 years ago

skaji commented 8 years ago

As is well-known, keys() function of Perl 5.18+ returns keys randomly. So minil build may generate different Build.PL each time.

This PR suppresses this by sorting keys.

I found this while building https://github.com/gfx/Perl-Data-Util.

syohex commented 8 years ago

Looks good.

syohex commented 8 years ago

Thanks