[cpan2nix] perlPackages.TaskCatalystTutorial: cleanup

This commit is contained in:
volth 2018-06-02 20:39:59 +00:00
parent 6f6b19c4de
commit 175ede7bf9

View file

@ -14627,7 +14627,7 @@ let self = _self // overrides; _self = with self; {
description = "Everything you need to follow the Catalyst Tutorial";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
doCheck = false;
doCheck = false; /* fails with 'open3: exec of .. perl .. failed: Argument list too long at .../TAP/Parser/Iterator/Process.pm line 165.' */
};
TaskFreecellSolverTesting = buildPerlModule rec {