summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-02-26 11:21:16 +1100
committerTony Cook <tony@develop-help.com>2015-02-26 11:21:16 +1100
commited38223246c041b4e9ce5687cadf6f6b903050ca (patch)
treeba8699c69934cb733ca509740eb98775652334c2 /MANIFEST
parente11fa374c86b187ae1e8382680d49e2e44abf1bb (diff)
downloadperl-ed38223246c041b4e9ce5687cadf6f6b903050ca.tar.gz
[perl #123202] speed up scalar //g against tainted strings
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 69fb9c7130..aad1be4405 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5448,6 +5448,7 @@ t/perf/benchmarks.t test t/perf/benchmarks syntax
t/perf/opcount.t See if optimised subs have the right op counts
t/perf/optree.t Test presence of some op optimisations
t/perf/speed.t See if optimisations are keeping things fast
+t/perf/taint.t See if optimisations are keeping things fast (taint issues)
t/perl.supp Perl valgrind suppressions
t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used
t/porting/authors.t Check that all authors have been acknowledged