[cpan2nix] perlPackages.DistZillaPluginBundleTestingMania: cleanup

This commit is contained in:
volth 2018-06-02 20:39:57 +00:00
parent 21babc775f
commit 9a06f83907

View file

@ -4668,7 +4668,7 @@ let self = _self // overrides; _self = with self; {
description = "Test your dist with every testing plugin conceivable";
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.' */
};
DistZillaPluginCheckChangeLog = buildPerlPackage {