3
0
Fork 0
forked from mirrors/nixpkgs

perl-Hash-MoreUtils: init at 0.05

This commit is contained in:
Robert Helgesson 2015-08-06 22:50:52 +02:00
parent a14de22b03
commit 92e7ca9a45

View file

@ -4982,6 +4982,19 @@ let self = _self // overrides; _self = with self; {
};
};
HashMoreUtils = buildPerlModule rec {
name = "Hash-MoreUtils-0.05";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RE/REHSACK/${name}.tar.gz";
sha256 = "5e9c8458457eb18315a5669e3bef68488cd5ed8c2220011ac7429ff983288ab1";
};
meta = {
description = "Provide the stuff missing in Hash::Util";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
HashMultiValue = buildPerlPackage {
name = "Hash-MultiValue-0.15";
src = fetchurl {