Description: make build reproducible by sorting hash keys cf. https://reproducible.debian.net/dbd/unstable/amd64/libclass-methodmaker-perl_2.21-1.debbindiff.html Origin: vendor Bug-Debian: https://bugs.debian.org/778979 Author: Chris Lamb Reviewed-by: gregor herrmann Last-Update: 2015-05-02 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104163 Bug: https://rt.cpan.org/Ticket/Display.html?id=104163 --- a/lib/Class/MethodMaker/OptExt.pm +++ b/lib/Class/MethodMaker/OptExt.pm @@ -357,7 +357,7 @@ # ------------------------------------- -sub option_names { grep $_ ne 'DEFAULT', keys %{OPTEXT()} } +sub option_names { grep $_ ne 'DEFAULT', sort keys %{OPTEXT()} } sub optcode { my $class = shift; zko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-23etc: systemd services shouldn't ‘RemainAfterExit’....* etc/guix-daemon.service.in (RemainAfterExit): Don't. * etc/guix-publish.service.in (RemainAfterExit): Likewise don't. Tobias Geerinckx-Rice
2022-10-23etc: Add ‘Restart=always’ to both systemd services....* etc/guix-daemon.service.in (Restart): ‘Always’ do. * etc/guix-publish.service.in (Restart): Likewise. Tobias Geerinckx-Rice
2022-10-23etc: Add ‘OOMPolicy=continue’ to guix-daemon.service....* etc/guix-daemon.service.in (OOMPolicy): Continue. Tobias Geerinckx-Rice