mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
perlPackages.POE-Test-Loops: init at 1.360
This commit is contained in:
parent
46d31cc2c1
commit
aa9c8622df
@ -11354,6 +11354,21 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
POETestLoops = buildPerlPackage rec {
|
||||
name = "POE-Test-Loops-1.360";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RC/RCAPUTO/${name}.tar.gz";
|
||||
sha256 = "0yx4wsljfmdzsiv0ni98x6lw975cm82ahngbwqvzv60wx5pwkl5y";
|
||||
};
|
||||
buildInputs = [ ];
|
||||
propagatedBuildInputs = [ ];
|
||||
meta = {
|
||||
maintainers = [ maintainers.limeytexan ];
|
||||
description = "Reusable tests for POE::Loop authors";
|
||||
license = stdenv.lib.licenses.artistic2;
|
||||
};
|
||||
};
|
||||
|
||||
PPI = buildPerlPackage rec {
|
||||
name = "PPI-1.236";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user