xslate / p5-Mouse

Lightweight class builder for Perl, as a subset of Moose
https://metacpan.org/release/Mouse
Other
46 stars 32 forks source link

Sort output from find #78

Closed bmwiedemann closed 6 years ago

bmwiedemann commented 7 years ago

because we want reproducible output even though filesystem order is undeterministic

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

Without the patch, @files was used in 2 places but only sorted in 1

Was filed earlier at https://rt.cpan.org/Public/Bug/Display.html?id=122336

skaji commented 6 years ago

@bmwiedemann thanks!