summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-02-28 12:11:55 +0000
committerGitHub <noreply@github.com>2018-02-28 12:11:55 +0000
commitbc6508b7f4cfd93ceb39f455a81c3394da51a7b3 (patch)
treee8e243762ddcddb2b6a331ea34b9edbeb9de1c60 /pkgs/top-level
parenta64a7e0773c162c04b200c237100444d78018a16 (diff)
parentaa9c8622df3a9cbfbd5b55fdd660408e1eb1058d (diff)
downloadnixlib-bc6508b7f4cfd93ceb39f455a81c3394da51a7b3.tar
nixlib-bc6508b7f4cfd93ceb39f455a81c3394da51a7b3.tar.gz
nixlib-bc6508b7f4cfd93ceb39f455a81c3394da51a7b3.tar.bz2
nixlib-bc6508b7f4cfd93ceb39f455a81c3394da51a7b3.tar.lz
nixlib-bc6508b7f4cfd93ceb39f455a81c3394da51a7b3.tar.xz
nixlib-bc6508b7f4cfd93ceb39f455a81c3394da51a7b3.tar.zst
nixlib-bc6508b7f4cfd93ceb39f455a81c3394da51a7b3.zip
Merge pull request #36115 from limeytexan/perlPackages-POE-Test-Loops
perlPackages.POE-Test-Loops: init at 1.360
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index c7cf1ec5ab1a..815bf73210f6 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -11375,6 +11375,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 {