3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.ClassEHierarchy: init at 2.00

This commit is contained in:
Michael Brantley 2018-05-10 07:01:57 -04:00 committed by Robert Helgesson
parent 988c56ee11
commit 56bd3b7db8
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -2064,6 +2064,19 @@ let self = _self // overrides; _self = with self; {
};
};
ClassEHierarchy = buildPerlPackage rec {
name = "Class-EHierarchy-2.00";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CO/CORLISS/Class-EHierarchy/${name}.tar.gz";
sha256 = "8498baaf7539eaa3422c6fe1055a0fc9a0c02e94dad0c63405373528e622bacb";
};
meta = {
description = "Base class for hierarchally ordered objects";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.limeytexan ];
};
};
ClassFactory = buildPerlPackage {
name = "Class-Factory-1.06";
src = fetchurl {