summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2006-01-01 16:05:00 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-02 15:54:25 +0000
commitd51cf0c98f3998b8619964692ede02a78dd26923 (patch)
treebf25d3c5bdd35f51185d71c43e08ca681b18712f /MANIFEST
parentce10b5d1ec5b5f68b0811018a415bc37bb6bfe5e (diff)
downloadperl-d51cf0c98f3998b8619964692ede02a78dd26923.tar.gz
Re: [patch] optimized constant subs are cool, teach B::Concise about them
Message-ID: <43B8C28C.20502@gmail.com> p4raw-id: //depot/perl@26576
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 6018a970c6..78436f4c01 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -125,6 +125,7 @@ ext/B/Todo Compiler backend Todo list
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_sort.t inplace sort optimization regression
ext/B/t/optree_specials.t BEGIN, END, etc code