perlPackages.FeatureCompatTry: init at 0.05

This commit is contained in:
Stig Palmquist 2023-10-16 22:26:59 +02:00
parent 64f82333aa
commit 2f91eaed72

View File

@ -9233,6 +9233,21 @@ with self; {
};
};
FeatureCompatTry = buildPerlModule {
pname = "Feature-Compat-Try";
version = "0.05";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Feature-Compat-Try-0.05.tar.gz";
hash = "sha256-WaHHFzysMNsTHF8T+jhA9xhYju+bV5NS/+FWtVBxbXw=";
};
buildInputs = [ Test2Suite ];
propagatedBuildInputs = [ SyntaxKeywordTry ];
meta = {
description = "Make C<try/catch> syntax available";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
FennecLite = buildPerlModule {
pname = "Fennec-Lite";
version = "0.004";