Test-Roo: init at 1.004
This commit is contained in:
parent
4641658c3e
commit
c86422c46c
1 changed files with 11 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue