mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
perlPackages.FeatureCompatTry: init at 0.05
This commit is contained in:
parent
64f82333aa
commit
2f91eaed72
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user