[cpan2nix] perlPackages.TestRun: cleanup

This commit is contained in:
volth 2018-04-07 07:58:04 +00:00
parent 938d6fd666
commit 1adbbc3136

View File

@ -14863,14 +14863,14 @@ let self = _self // overrides; _self = with self; {
};
};
TestRun = buildPerlPackage rec {
TestRun = buildPerlModule rec {
name = "Test-Run-0.0304";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "f3feaf9c4494c0b3a5294228cab27efe93653b7e0bbd7fbb99b94b65b247f323";
};
buildInputs = [ ModuleBuild TestTrap ];
propagatedBuildInputs = [ IPCSystemSimple ListMoreUtils MROCompat Moose MooseXStrictConstructor TextSprintfNamed UNIVERSALrequire ];
buildInputs = [ TestTrap ];
propagatedBuildInputs = [ IPCSystemSimple ListMoreUtils MooseXStrictConstructor TextSprintfNamed UNIVERSALrequire ];
meta = {
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
description = "Base class to run standard TAP scripts";