summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 0d22ef34c4..1826e0ae28 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -122,6 +122,12 @@ ext/B/t/showlex.t See if B::ShowLex works
ext/B/t/stash.t See if B::Stash works
ext/B/t/terse.t See if B::Terse works
ext/B/t/xref.t See if B::Xref works
+ext/B/t/OptreeCheck.pm optree comparison tool
+ext/B/t/optree_check.t test OptreeCheck apparatus
+ext/B/t/optree_samples.t various basic codes: if for while
+ext/B/t/optree_concise.t more B::Concise tests
+ext/B/t/optree_sort.t inplace sort optimization regression
+ext/B/t/optree_varinit.t my,our,local var init optimization
ext/B/typemap Compiler backend interface types
ext/ByteLoader/bytecode.h Bytecode header for bytecode loader
ext/ByteLoader/ByteLoader.pm Bytecode loader Perl module