perlPackages.CLASS: init at 1.00

This commit is contained in:
Stig Palmquist 2019-10-09 02:55:31 +02:00
parent c67a7b0e00
commit facb920543
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

View File

@ -2121,6 +2121,21 @@ let
};
};
CLASS = buildPerlPackage {
pname = "CLASS";
version = "1.00";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MS/MSCHWERN/CLASS-1.00.tar.gz";
sha256 = "c5185620815701b3fec21314ccd8c5693e6bfd519431527da3370a8164220671";
};
meta = {
homepage = "https://metacpan.org/pod/CLASS";
description = "Alias for __PACKAGE__";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
ClassAccessor = buildPerlPackage {
pname = "Class-Accessor";
version = "0.51";