[cpan2nix] perlPackages.TestMost: cleanup

This commit is contained in:
volth 2018-10-02 01:17:48 +00:00
parent e3eaacf786
commit f12f974404

View File

@ -15325,7 +15325,7 @@ let
description = "Most commonly needed test functions and features";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestDeep TestDifferences TestException TestSimple13 TestWarn ];
buildInputs = [ TestDeep TestDifferences TestException TestWarn ];
};
TestNeeds = buildPerlPackage rec {