Merge pull request #36115 from limeytexan/perlPackages-POE-Test-Loops

perlPackages.POE-Test-Loops: init at 1.360

authored by Jörg Thalheim and committed by GitHub bc6508b7 a64a7e07

+15
+15
pkgs/top-level/perl-packages.nix
··· 11375 11375 }; 11376 11376 }; 11377 11377 11378 + POETestLoops = buildPerlPackage rec { 11379 + name = "POE-Test-Loops-1.360"; 11380 + src = fetchurl { 11381 + url = "mirror://cpan/authors/id/R/RC/RCAPUTO/${name}.tar.gz"; 11382 + sha256 = "0yx4wsljfmdzsiv0ni98x6lw975cm82ahngbwqvzv60wx5pwkl5y"; 11383 + }; 11384 + buildInputs = [ ]; 11385 + propagatedBuildInputs = [ ]; 11386 + meta = { 11387 + maintainers = [ maintainers.limeytexan ]; 11388 + description = "Reusable tests for POE::Loop authors"; 11389 + license = stdenv.lib.licenses.artistic2; 11390 + }; 11391 + }; 11392 + 11378 11393 PPI = buildPerlPackage rec { 11379 11394 name = "PPI-1.236"; 11380 11395 src = fetchurl {