perlPackages.TestRun: init at 0.304

This commit is contained in:
AndersonTorres 2017-02-24 07:43:24 -03:00
parent 3e137dc5d2
commit 978d910f8c
1 changed files with 15 additions and 0 deletions

View File

@ -13140,6 +13140,21 @@ let self = _self // overrides; _self = with self; {
};
};
TestRun = buildPerlPackage 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 ];
meta = {
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
description = "Base class to run standard TAP scripts";
license = stdenv.lib.licenses.mit;
};
};
TestScript = buildPerlPackage rec {
name = "Test-Script-1.10";
src = fetchurl {