summaryrefslogtreecommitdiff
path: root/Porting/deparse-skips.txt
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2021-09-04 12:57:33 +0100
committerDavid Mitchell <davem@iabyn.com>2021-09-04 13:02:19 +0100
commitfda84d6f39dd71baa10c3682b83d2d9ccee0035c (patch)
treec67d5298652f8eb56998fa3ad356c097deb8760f /Porting/deparse-skips.txt
parente936ab2f301e827a2c28caffc9b7184453f54c42 (diff)
downloadperl-fda84d6f39dd71baa10c3682b83d2d9ccee0035c.tar.gz
add MakeMaker test file to 'TEST -deparse' skips
On non-VMS platforms, the cpan/ExtUtils-MakeMaker/t/MM_VMS.t test script does a plan('skip_all') in a BEGIN block, which stops the rest of the test file from being compiled. It doesn't matter so much that the rest of the test file doesn't appear appear in the Deparse output (since we don't want to execute it anyway); but recently, @Methods was changed to be a lexical variable, and its 'my' declaration isn't being output.
Diffstat (limited to 'Porting/deparse-skips.txt')
-rw-r--r--Porting/deparse-skips.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/deparse-skips.txt b/Porting/deparse-skips.txt
index c78b10da02..9241d61337 100644
--- a/Porting/deparse-skips.txt
+++ b/Porting/deparse-skips.txt
@@ -161,6 +161,11 @@ uni/variables.t
../cpan/bignum/t/scope_f.t
../cpan/bignum/t/scope_i.t
../cpan/bignum/t/scope_r.t
+
+# This one does a plan('skip_all') in a BEGIN block, which stops the rest
+# of the test file from being compiled
+../cpan/ExtUtils-MakeMaker/t/MM_VMS.t
+
../cpan/Math-BigInt/t/constant.t
../cpan/Math-BigInt/t/const_mbf.t
../cpan/Scalar-List-Utils/t/uniq.t