Subject: | Makefile.PL is generated in random order after each "Build dist" |
With M::B version 0.4218, the Makefile.PL gets generated each time in a random order, which is quite annoying for those that work under git, as after each "Build dist" (and even "Build disttest"), new changes appear in `git diff`.
This only happens in the latest versions of M::B. A simple sort of the keys will fix the issue.
Thanks!