[cpan2nix] perlPackages.CarpAlways: cleanup

This commit is contained in:
volth 2018-04-07 07:55:25 +00:00
parent 739f01ad1e
commit 2f11851d33

View File

@ -1023,6 +1023,7 @@ let self = _self // overrides; _self = with self; {
description = "Warns and dies noisily with stack backtraces";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestBase ];
};
CarpAssert = buildPerlPackage {