mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
perlPackages.TestDataSplit: init at 0.2.0
This commit is contained in:
parent
216de4e910
commit
7221a3055f
1 changed files with 14 additions and 0 deletions
|
@ -12627,6 +12627,20 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
TestDataSplit = buildPerlModule rec {
|
||||
name = "Test-Data-Split-0.2.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||
sha256 = "90811c2af56750bf08eeff39e1e30f2ff8f625e809ed838b5ccb56a256c4b595";
|
||||
};
|
||||
buildInputs = [ ModuleBuild TestDifferences perl ];
|
||||
propagatedBuildInputs = [ IOAll ListMoreUtils MooX MooXlate ];
|
||||
meta = {
|
||||
description = "Split data-driven tests into several test scripts";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
TestDeep = buildPerlPackage {
|
||||
name = "Test-Deep-0.112";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue