summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-26 23:10:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-27 23:24:00 -0700
commit2d85e411f77906fbf50c96af5a1f1cf9c5de5f72 (patch)
tree8a8cbd5b5522fc97642fcd86d485184e4c15c1e9 /MANIFEST
parent83944c0156f447aea25d07bd3a03bc58fa93f849 (diff)
downloadperl-2d85e411f77906fbf50c96af5a1f1cf9c5de5f72.tar.gz
Stop unterminated here-docs from leaking memory
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 41a4aa55ae..70b52d22d5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5370,6 +5370,7 @@ t/op/sub_lval.t See if lvalue subroutines work
t/op/substr.t See if substr works
t/op/substr_thr.t See if substr works in another thread
t/op/sub.t See if subroutines work
+t/op/svleak.pl Test file for svleak.t
t/op/svleak.t See if stuff leaks SVs
t/op/switch.t See if switches (given/when) work
t/op/symbolcache.t See if undef/delete works on stashes with functions