mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
perlPackages.TestRoutine: new expression
This commit is contained in:
parent
ac45df073d
commit
cba31c7778
@ -5828,6 +5828,21 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
TestRoutine = buildPerlPackage {
|
||||
name = "Test-Routine-0.015";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Routine-0.015.tar.gz;
|
||||
sha256 = "04hm18sx90k38vxk70g8zj9wp0i7h4436cxflbc6pspvphv2fjg3";
|
||||
};
|
||||
buildInputs = [ TestFatal ];
|
||||
propagatedBuildInputs = [ Moose namespaceautoclean namespaceclean ParamsUtil SubExporter ];
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/Test-Routine;
|
||||
description = "Composable units of assertion";
|
||||
license = "perl5";
|
||||
};
|
||||
};
|
||||
|
||||
TestScript = buildPerlPackage rec {
|
||||
name = "Test-Script-1.07";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user