summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-09-14 09:17:06 +0000
committerNicholas Clark <nick@ccl4.org>2021-09-16 13:22:06 +0000
commit9038fafc024d2d25fc1aa7f9c38d1e2ede35ce5c (patch)
tree432740be8ddc714bd27b94dce526256d9de2246e /MANIFEST
parent9529cd5ee3952d3ee21874e75246f2b0afdbc756 (diff)
downloadperl-9038fafc024d2d25fc1aa7f9c38d1e2ede35ce5c.tar.gz
ext/B/t/o.t shouldn't generate the same test module each run.
Extract its test module B::success into a real file, and eliminate lots of runtime path creation, file creation and file deletion complexity.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 1893a22d01..ce237ac790 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4171,6 +4171,7 @@ ext/B/hints/openbsd.pl Hints for named architecture
ext/B/Makefile.PL Compiler backend makefile writer
ext/B/O.pm Compiler front-end module (-MO=...)
ext/B/t/b.t See if B works
+ext/B/t/B/success.pm Test module for ext/B/t/o.t
ext/B/t/concise.t See whether B::Concise works
ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions
ext/B/t/f_map code from perldoc -f map