summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2004-05-09 23:28:11 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-05-14 16:30:07 +0000
commitcc02ea560c8a37fafefc4084ece79bdf6aceb9b8 (patch)
treed376d954caa94102a9e7bf584efe405fcea88719 /MANIFEST
parent88037a85d6a4b105a485a30b7ae673eff41a9098 (diff)
downloadperl-cc02ea560c8a37fafefc4084ece79bdf6aceb9b8.tar.gz
Re: more B::Concise stuff (PATCH - updated)
Message-ID: <409F674B.2000506@divsol.com> p4raw-id: //depot/perl@22820
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 19ab326776..e05d945287 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -122,7 +122,12 @@ ext/B/t/optree_check.t test OptreeCheck apparatus
ext/B/t/optree_concise.t more B::Concise 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
+ext/B/t/f_map code from perldoc -f map
+ext/B/t/f_map.t converted to optreeCheck()s
+ext/B/t/f_sort optree test raw material
+ext/B/t/f_sort.t optree test raw material
ext/B/t/o.t See if O works
ext/B/t/showlex.t See if B::ShowLex works
ext/B/t/stash.t See if B::Stash works