- 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
337 B
Diff
11 lines
337 B
Diff
--- Getopt-Helpful-0.04.orig/t/noconf_standard.t 2006-06-05 08:07:17.000000000 +0200
|
|
+++ Getopt-Helpful-0.04/t/noconf_standard.t 2020-02-21 18:55:18.376385346 +0100
|
|
@@ -90,6 +90,7 @@
|
|
=cut
|
|
sub res_check {
|
|
my ($expect, @run) = @_;
|
|
+ local $Data::Dumper::Sortkeys = 1;
|
|
my $string = Dumper($expect);
|
|
my $out = catch(@run);
|
|
SKIP: {
|