perlPackages.PPR: init at 0.000028

This commit is contained in:
Artturin 2021-12-13 22:29:57 +02:00
parent 5cf90a60e5
commit 9398d9a866

View File

@ -18219,6 +18219,20 @@ let
};
};
PPR = buildPerlPackage {
pname = "PPR";
version = "0.000028";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DC/DCONWAY/PPR-0.000028.tar.gz";
sha256 = "1adrd189rnfl1fgv14inchvrgjqjbpnviisqsz3y8ds3gisafzfk";
};
meta = {
description = "Pattern-based Perl Recognizer";
license = lib.licenses.artistic2;
maintainers = [ maintainers.artturin ];
};
};
ProcBackground = buildPerlPackage {
pname = "Proc-Background";
version = "1.21";