Merge pull request #243669 from jamespwilliams/jpw/HashSafeKeys
perlPackages.HashSafeKeys: init at 0.04
This commit is contained in:
@@ -10960,6 +10960,19 @@ with self; {
|
||||
};
|
||||
};
|
||||
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user