[cpan2nix] perlPackages.TestRunCmdLine: cleanup

This commit is contained in:
volth 2018-04-07 07:58:10 +00:00
parent 5bc2f88cc8
commit e31323ed2f
1 changed files with 3 additions and 3 deletions

View File

@ -14875,14 +14875,14 @@ let self = _self // overrides; _self = with self; {
};
};
TestRunCmdLine = buildPerlPackage rec {
TestRunCmdLine = buildPerlModule rec {
name = "Test-Run-CmdLine-0.0131";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "cceeeecd3f4b2f1d2929f3ada351c1ade23a8ac73ef0486dc6e9605ebcdaef18";
};
buildInputs = [ ModuleBuild TestTrap ];
propagatedBuildInputs = [ Moose MooseXGetopt TestRun UNIVERSALrequire YAMLLibYAML ];
buildInputs = [ TestRun TestTrap ];
propagatedBuildInputs = [ MooseXGetopt UNIVERSALrequire YAMLLibYAML ];
meta = {
homepage = http://web-cpan.berlios.de/modules/Test-Run/;
description = "Analyze tests from the command line using Test::Run";