Test-Roo: init at 1.004

This commit is contained in:
Pascal Wittmann 2015-09-09 16:15:55 +02:00
parent 4641658c3e
commit c86422c46c

View File

@ -10821,6 +10821,17 @@ let self = _self // overrides; _self = with self; {
};
};
TestRoo = buildPerlPackage rec {
name = "Test-Roo-1.004";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz";
sha256 = "1mnym49j1lj7gzylma5b6nr4vp75rmgz2v71904v01xmxhy9l4i1";
};
propagatedBuildInputs = [ strictures Moo MooXTypesMooseLike SubInstall
CaptureTiny ];
};
TestRoutine = buildPerlPackage {
name = "Test-Routine-0.018";
src = fetchurl {