Skip to content

Commit

Permalink
perlPackages.ClassEHierarchy: init at 2.00
Browse files Browse the repository at this point in the history
  • Loading branch information
limeytexan authored and rycee committed May 10, 2018
1 parent 988c56e commit 56bd3b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 56bd3b7

Please sign in to comment.