[cpan2nix] perlPackages.TestInter: 1.07 -> 1.09
This commit is contained in:
parent
f481a20cf1
commit
91b59ee66e
|
@ -16288,15 +16288,16 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
TestInter = buildPerlPackage {
|
TestInter = buildPerlPackage {
|
||||||
name = "Test-Inter-1.07";
|
name = "Test-Inter-1.09";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SB/SBECK/Test-Inter-1.07.tar.gz;
|
url = mirror://cpan/authors/id/S/SB/SBECK/Test-Inter-1.09.tar.gz;
|
||||||
sha256 = "c3b1e2c753b88a893e08ec2dd3d0f0b3eb513cdce7afa52780cb0e02b6c576ee";
|
sha256 = "1e9f129cc1a001fb95449d385253b38afabf5b466e3b3bd33e4e430f216e177a";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Framework for more readable interactive test scripts";
|
description = "Framework for more readable interactive test scripts";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ FileFindRule TestPod TestPodCoverage ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestManifest = buildPerlPackage {
|
TestManifest = buildPerlPackage {
|
||||||
|
|
Loading…
Reference in New Issue