[cpan2nix] perlPackages.ParamsValidationCompiler: cleanup

This commit is contained in:
volth 2018-10-02 01:18:36 +00:00
parent b70d37d67c
commit eea9f82e9c

View File

@ -11725,7 +11725,7 @@ let
sha256 = "1jqn1l4m4i341g14kmjsf3a1kn7vv6z89cix0xjjgr1v70iywnyw";
};
propagatedBuildInputs = [ EvalClosure ExceptionClass ];
buildInputs = [ Specio Test2PluginNoWarnings Test2Suite TestSimple13 TestWithoutModule ];
buildInputs = [ Specio Test2PluginNoWarnings Test2Suite TestWithoutModule ];
meta = {
description = "Build an optimized subroutine parameter validator once, use it forever";
license = with stdenv.lib.licenses; [ artistic2 ];