1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

perlPackages.TestMagpie: new expression

This commit is contained in:
Oliver Charles 2013-06-10 23:06:08 +01:00
parent 6a7882ed8d
commit c078f67a7a

View file

@ -6253,6 +6253,19 @@ rec {
ExtUtilsMakeMaker TestException ];
};
TestMagpie = buildPerlPackage {
name = "Test-Magpie-0.05";
src = fetchurl {
url = mirror://cpan/authors/id/C/CY/CYCLES/Test-Magpie-0.05.tar.gz;
sha256 = "0a0c6vcj92spy6ngfdqn9yfym37jwxlds7hlw6xphkdmcklynh0b";
};
propagatedBuildInputs = [ aliased DevelPartialDump ListAllUtils Moose MooseXParamsValidate MooseXTypes MooseXTypesStructured namespaceautoclean SetObject SubExporter TestFatal ];
meta = {
description = "Spy on objects to achieve test doubles (mock testing)";
license = "perl5";
};
};
TextMicroTemplate = buildPerlPackage {
name = "Text-MicroTemplate-0.19";
src = fetchurl {