perlPackages.ObjectEvent: init at 1.23

This commit is contained in:
B. Kelly
2021-08-28 16:23:31 -04:00
committed by Rebecca Kelly
parent 5c6349c21f
commit 6247f09c49
+14
View File
@@ -16103,6 +16103,20 @@ let
};
};
ObjectEvent = buildPerlPackage rec {
pname = "Object-Event";
version = "1.23";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EL/ELMEX/${pname}-${version}.tar.gz";
sha256 = "ab6bb80508f4fddaf2d51b20ca876aab038582a86b5228e6435411348af53c82";
};
propagatedBuildInputs = [ AnyEvent commonsense ];
meta = {
description = "A class that provides an event callback interface";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
ObjectInsideOut = buildPerlModule {
pname = "Object-InsideOut";
version = "4.05";