[cpan2nix] perlPackages.HashMergeSimple: cleanup

This commit is contained in:
volth 2018-04-07 07:56:43 +00:00
parent 0c32146bdf
commit 9346137fae

View file

@ -6580,7 +6580,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/R/RO/ROKR/Hash-Merge-Simple-0.051.tar.gz;
sha256 = "1c56327873d2f04d5722777f044863d968910466997740d55a754071c6287b73";
};
buildInputs = [ TestMost ];
buildInputs = [ TestDeep TestDifferences TestException TestMost TestWarn ];
propagatedBuildInputs = [ Clone ];
meta = {
description = "Recursively merge two or more hashes, simply";