summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 21:52:12 +0300
committerVlad Glagolev2015-05-03 21:52:12 +0300
commitf9ecd2c74ff2f849c44e90b46e1c867194e18276 (patch)
tree2256e028e79dca5ceac1b3172b3d44fad08cf509
parentd9dabfbfc8235a7d662a59aa397d0977256f8996 (diff)
test-leaktrace: new spell, traces memory leaks
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/test-leaktrace/DEPENDS1
-rwxr-xr-xperl-cpan/test-leaktrace/DETAILS17
-rw-r--r--perl-cpan/test-leaktrace/HISTORY2
4 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e9c468e3d..29ad5b4c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
Sub::Exporter
* perl-cpan/list-allutils: new spell, combines List::Util and
List::MoreUtils in one bite-sized package
+ * perl-cpan/test-leaktrace: new spell, traces memory leaks
2015-05-02 Vlad Glagolev <stealth@sourcemage.org>
* perl-cpan/archive-tar: spell deprecated, it's a part of perl now
diff --git a/perl-cpan/test-leaktrace/DEPENDS b/perl-cpan/test-leaktrace/DEPENDS
new file mode 100755
index 0000000000..6826bc7952
--- /dev/null
+++ b/perl-cpan/test-leaktrace/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/test-leaktrace/DETAILS b/perl-cpan/test-leaktrace/DETAILS
new file mode 100755
index 0000000000..b517318213
--- /dev/null
+++ b/perl-cpan/test-leaktrace/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=test-leaktrace
+ SPELLX=Test-LeakTrace
+ VERSION=0.15
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/G/GF/GFUJI/${SOURCE}
+ SOURCE_HASH=sha512:664d1648cc9ce229456ca0c27430bdd36ba1d9bf6907afce6c612b90d6885aa6a71caeceb266aec1f843287e6bcda35ac28eab2ad6b662019c0fcb87d7f0d6be
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/dist/Test-LeakTrace/
+ ENTERED=20150503
+ KEYWORDS="perl"
+ SHORT="traces memory leaks"
+cat << EOF
+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.
+EOF
diff --git a/perl-cpan/test-leaktrace/HISTORY b/perl-cpan/test-leaktrace/HISTORY
new file mode 100644
index 0000000000..c6875bb780
--- /dev/null
+++ b/perl-cpan/test-leaktrace/HISTORY
@@ -0,0 +1,2 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.15