perlPackages.LexicalSealRequireHints: init at 0.0011

This commit is contained in:
Pavel Borzenkov
2022-04-26 15:02:41 +02:00
parent ca3c297d86
commit 6485d94992
+13
View File
@@ -11851,6 +11851,19 @@ let
};
};
LexicalSealRequireHints = buildPerlModule {
pname = "Lexical-SealRequireHints";
version = "0.0011";
src = fetchurl {
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/Lexical-SealRequireHints-0.011.tar.gz";
sha256 = "sha256-npGO0RjvaF1uCdqxzW5m7gox13b+JLumPlJDkG9WATo=";
};
meta = {
description = "Prevent leakage of lexical hints";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
libapreq2 = buildPerlPackage {
pname = "libapreq2";
version = "2.16";