[cpan2nix] perlPackages.TestRun: cleanup
This commit is contained in:
parent
938d6fd666
commit
1adbbc3136
@ -14863,14 +14863,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestRun = buildPerlPackage rec {
|
TestRun = buildPerlModule rec {
|
||||||
name = "Test-Run-0.0304";
|
name = "Test-Run-0.0304";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||||
sha256 = "f3feaf9c4494c0b3a5294228cab27efe93653b7e0bbd7fbb99b94b65b247f323";
|
sha256 = "f3feaf9c4494c0b3a5294228cab27efe93653b7e0bbd7fbb99b94b65b247f323";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild TestTrap ];
|
buildInputs = [ TestTrap ];
|
||||||
propagatedBuildInputs = [ IPCSystemSimple ListMoreUtils MROCompat Moose MooseXStrictConstructor TextSprintfNamed UNIVERSALrequire ];
|
propagatedBuildInputs = [ IPCSystemSimple ListMoreUtils MooseXStrictConstructor TextSprintfNamed UNIVERSALrequire ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
||||||
description = "Base class to run standard TAP scripts";
|
description = "Base class to run standard TAP scripts";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user