perlPackages.RoleHooks: init at 0.008

This commit is contained in:
Stig Palmquist 2023-10-16 22:16:55 +02:00
parent 1a54cc5422
commit c934445ee8

View File

@ -21511,6 +21511,22 @@ with self; {
};
};
RoleHooks = buildPerlPackage {
pname = "Role-Hooks";
version = "0.008";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOBYINK/Role-Hooks-0.008.tar.gz";
hash = "sha256-KNZuoKjcMGt22oP/CHlJPYCPcxhbz5xO03LzlG+1Q+w=";
};
buildInputs = [ TestRequires ];
propagatedBuildInputs = [ ClassMethodModifiers ];
meta = {
homepage = "https://metacpan.org/release/Role-Hooks";
description = "Role callbacks";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
RoleIdentifiable = buildPerlPackage {
pname = "Role-Identifiable";
version = "0.009";