PerlGameDev / Alien-SDL

Building, finding and using SDL binaries
http://wiki.github.com/kthakore/Alien_SDL
Other
12 stars 9 forks source link

Sort hash keys #6

Open bmwiedemann opened 7 years ago

bmwiedemann commented 7 years ago

When building packages (e.g. for openSUSE Linux) in disposable VMs every build gave a different result. This patch fixes this by sorting hash keys

See https://reproducible-builds.org/ for why this matters.

was also filed at https://rt.cpan.org/Public/Bug/Display.html?id=119888