perlPackages.ObjectEvent: init at 1.23
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user