diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 6a5806736e91..b4216ba4dbf6 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -10799,6 +10799,19 @@ let }; }; + HashSafeKeys = buildPerlPackage { + pname = "Hash-SafeKeys"; + version = "0.04"; + src = fetchurl { + url = "mirror://cpan/authors/id/M/MO/MOB/Hash-SafeKeys-0.04.tar.gz"; + hash = "sha256-pSStO/naZ3wfi+bhWXG3ZXVAj3RJI9onZHro8dPDfMw="; + }; + meta = { + description = "Get hash contents without resetting each iterator"; + license = with lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + HashSharedMem = buildPerlModule { pname = "Hash-SharedMem"; version = "0.005";