[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";
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user