summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChristopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com>2023-01-23 18:58:08 +0000
committerGitHub <noreply@github.com>2023-01-23 10:58:08 -0800
commitb9e196e40c18c2776c088534208452617ab7479b (patch)
tree4fcac7f894d9a3ee7bf0c5310ab0753de8a0ec81 /var
parenta7fbe606604fd991d284664de67031377118e0d1 (diff)
downloadspack-b9e196e40c18c2776c088534208452617ab7479b.tar.gz
spack-b9e196e40c18c2776c088534208452617ab7479b.tar.bz2
spack-b9e196e40c18c2776c088534208452617ab7479b.tar.xz
spack-b9e196e40c18c2776c088534208452617ab7479b.zip
perl-test-leaktrace: add 0.17 (#35063)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/perl-test-leaktrace/package.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-test-leaktrace/package.py b/var/spack/repos/builtin/packages/perl-test-leaktrace/package.py
new file mode 100644
index 0000000000..b703ddfc59
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-test-leaktrace/package.py
@@ -0,0 +1,16 @@
+# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack.package import *
+
+
+class PerlTestLeaktrace(PerlPackage):
+ """Test::LeakTrace provides several functions that trace memory leaks. This module scans
+ arenas, the memory allocation system, so it can detect any leaked SVs in given blocks."""
+
+ homepage = "https://metacpan.org/pod/Test::LeakTrace"
+ url = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz"
+
+ version("0.17", sha256="777d64d2938f5ea586300eef97ef03eacb43d4c1853c9c3b1091eb3311467970")