summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorStephen McCamant <smcc@mit.edu>2006-01-24 07:23:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-25 17:12:11 +0000
commitc60fdceb63defa8f76b7d5d400fa07856c271b8b (patch)
treefd45f5d6fc1b8e39acb1237c1b1beb3bac7bb06d /MANIFEST
parent1576e684962a9b7e2100f3bcff6ad79fb0a8e169 (diff)
downloadperl-c60fdceb63defa8f76b7d5d400fa07856c271b8b.tar.gz
aelemfast optimization opclass problem (c.f. [perl #38279])
Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU> p4raw-id: //depot/perl@26943
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 048efe8073..33990d82f7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -126,7 +126,8 @@ ext/B/t/OptreeCheck.pm optree comparison tool
ext/B/t/optree_check.t test OptreeCheck apparatus
ext/B/t/optree_concise.t more B::Concise tests
ext/B/t/optree_constants.t B::Concise rendering of optimized constant subs
-ext/B/t/optree_samples.t various basic codes: if for while
+ext/B/t/optree_misc.t misc optree tests
+ext/B/t/optree_samples.t various basic codes: if for while
ext/B/t/optree_sort.t inplace sort optimization regression
ext/B/t/optree_specials.t BEGIN, END, etc code
ext/B/t/optree_varinit.t my,our,local var init optimization