perlPackages.TestJSON: new expression

This commit is contained in:
Oliver Charles 2013-06-10 22:55:13 +01:00
parent 912710ee9e
commit 7e3f666673
1 changed files with 9 additions and 0 deletions

View File

@ -5756,6 +5756,15 @@ rec {
};
};
TestJSON = buildPerlPackage {
name = "Test-JSON-0.11";
src = fetchurl {
url = mirror://cpan/authors/id/O/OV/OVID/Test-JSON-0.11.tar.gz;
sha256 = "1cyp46w3q7dg89qkw31ik2h2a6mdx6pzdz2lmp8m0a61zjr8mh07";
};
propagatedBuildInputs = [ JSONAny TestDifferences TestTester ];
};
TestLongString = buildPerlPackage rec {
name = "Test-LongString-0.15";
src = fetchurl {