Bug#816856: license-reconcile: The output changes without any changes to the source code

Dominique Dumont dod at debian.org
Fri Apr 8 16:34:48 UTC 2016


Usually, this kind of issue is due to something like 

foreach my $key (keys %data) {
 print $data{$key};
}


Perl randomizes the order of the keys returned by "keys %data".

The keys should be sorted to get a constant output.

HTH

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



More information about the pkg-perl-maintainers mailing list