[cpan2nix] perlPackages.TieHashIndexed: cleanup
This commit is contained in:
parent
b9a03f6a05
commit
d3a91da6e5
@ -16843,6 +16843,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
description = "Ordered hashes for Perl";
|
description = "Ordered hashes for Perl";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
doCheck = false; /* test fails on some machines */
|
||||||
};
|
};
|
||||||
|
|
||||||
TieRefHash = buildPerlPackage {
|
TieRefHash = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user