- Add patches: * hash-randomization1.patch * hash-randomization2.patch * hash-randomization3.patch OBS-URL: https://build.opensuse.org/request/show/778072 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Getopt-Helpful?expand=0&rev=4
11 lines
314 B
Diff
11 lines
314 B
Diff
--- Getopt-Helpful-0.04.orig/t/noconf_standard-run.pl 2006-06-05 08:07:17.000000000 +0200
|
|
+++ Getopt-Helpful-0.04/t/noconf_standard-run.pl 2020-02-21 18:53:51.275748980 +0100
|
|
@@ -5,6 +5,7 @@
|
|
|
|
use Getopt::Helpful;
|
|
use Data::Dumper;
|
|
+local $Data::Dumper::Sortkeys = 1;
|
|
|
|
my $option = "no";
|
|
my $var = "default";
|