[cpan2nix] perlPackages.SyntaxKeywordJunction: cleanup

This commit is contained in:
volth 2018-04-07 07:56:52 +00:00
parent 4977435811
commit ca3153be6e

View File

@ -13451,7 +13451,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "8b4975f21b1992a7e6c2df5dcc92b254c61925595eddcdfaf0b1498717aa95ef"; sha256 = "8b4975f21b1992a7e6c2df5dcc92b254c61925595eddcdfaf0b1498717aa95ef";
}; };
buildInputs = [ TestRequires ]; buildInputs = [ TestRequires ];
propagatedBuildInputs = [ SubExporterProgressive syntax ]; propagatedBuildInputs = [ syntax ];
meta = { meta = {
homepage = https://github.com/frioux/Syntax-Keyword-Junction; homepage = https://github.com/frioux/Syntax-Keyword-Junction;
description = "Perl6 style Junction operators in Perl5"; description = "Perl6 style Junction operators in Perl5";