[cpan2nix] perlPackages.TestMagpie: 0.05 -> 0.11
dependencies: perlPackages.UNIVERSALref: init at 0.14
This commit is contained in:
parent
0748a2eb52
commit
770cf76dbd
|
@ -15499,18 +15499,19 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
TestMagpie = buildPerlPackage {
|
TestMagpie = buildPerlPackage {
|
||||||
name = "Test-Magpie-0.05";
|
name = "Test-Magpie-0.11";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/C/CY/CYCLES/Test-Magpie-0.05.tar.gz;
|
url = mirror://cpan/authors/id/S/ST/STEVENL/Test-Magpie-0.11.tar.gz;
|
||||||
sha256 = "0a0c6vcj92spy6ngfdqn9yfym37jwxlds7hlw6xphkdmcklynh0b";
|
sha256 = "1c4iy35yg3fa9mrc4phmpz46fkihl6yic6a13fpcxyd3xafd5zhm";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ aliased DevelPartialDump ListAllUtils Moose MooseXParamsValidate MooseXTypes MooseXTypesStructured namespaceautoclean SetObject SubExporter TestFatal ];
|
propagatedBuildInputs = [ MooseXTypesStructured SetObject UNIVERSALref aliased ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Spy on objects to achieve test doubles (mock testing)";
|
description = "Spy on objects to achieve test doubles (mock testing)";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestFatal Throwable ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestMinimumVersion = buildPerlPackage rec {
|
TestMinimumVersion = buildPerlPackage rec {
|
||||||
|
@ -16199,6 +16200,19 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
UNIVERSALref = buildPerlPackage rec {
|
||||||
|
name = "UNIVERSAL-ref-0.14";
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://cpan/authors/id/J/JJ/JJORE/UNIVERSAL-ref-0.14.tar.gz;
|
||||||
|
sha256 = "1ar8dfj90nn52cb8c6yyj4bi6ya8hk2f2sl0a5q7pmchj321bn1m";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ BUtils ];
|
||||||
|
meta = {
|
||||||
|
description = "Turns ref() into a multimethod";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
UNIVERSALrequire = buildPerlPackage rec {
|
UNIVERSALrequire = buildPerlPackage rec {
|
||||||
name = "UNIVERSAL-require-0.18";
|
name = "UNIVERSAL-require-0.18";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
Loading…
Reference in New Issue