[cpan2nix] perlPackages.TestRunPluginTrimDisplayedFilenames: cleanup
This commit is contained in:
parent
bea5b1cbce
commit
25ac1feb36
@ -14953,14 +14953,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestRunPluginTrimDisplayedFilenames = buildPerlPackage rec {
|
TestRunPluginTrimDisplayedFilenames = buildPerlModule rec {
|
||||||
name = "Test-Run-Plugin-TrimDisplayedFilenames-0.0125";
|
name = "Test-Run-Plugin-TrimDisplayedFilenames-0.0125";
|
||||||
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 = "2255bc5cb6ab65ee4dfff3bcdf007fb74785ff3bb439a9cef5052c66d80424a5";
|
sha256 = "2255bc5cb6ab65ee4dfff3bcdf007fb74785ff3bb439a9cef5052c66d80424a5";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild TestTrap YAMLLibYAML ];
|
buildInputs = [ TestRun TestRunCmdLine TestTrap YAMLLibYAML ];
|
||||||
propagatedBuildInputs = [ MROCompat Moose TestRun TestRunCmdLine ];
|
propagatedBuildInputs = [ Moose ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
||||||
description = "Trim the first components";
|
description = "Trim the first components";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user