diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-01 17:50:45 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-01 20:36:54 -0700 |
commit | f4002a4b28f07b3fb42d7d9f51824195afcc07b2 (patch) | |
tree | 5c0004be4bf6e18ea3517ad38dd1f4a367bc4161 /ext | |
parent | bf8fb5ebdd40c5dae131bdfb08395be447f81573 (diff) | |
download | perl-f4002a4b28f07b3fb42d7d9f51824195afcc07b2.tar.gz |
Deparse glob the same way regardless of PERL_EXTERNAL_GLOB
This should fix the recent new failure in the VMS smokes
(since 2f77d7b).
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/t/concise-xs.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index fa120b03bd..a518eb7505 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -155,6 +155,7 @@ my $testpkgs = { constant => [qw/ ASSIGN CVf_LVALUE CVf_METHOD LIST_CONTEXT OP_CONST OP_LIST OP_RV2SV + OP_GLOB OP_STRINGIFY OPf_KIDS OPf_MOD OPf_REF OPf_SPECIAL OPf_STACKED OPf_WANT OPf_WANT_LIST OPf_WANT_SCALAR OPf_WANT_VOID OPpCONST_ARYBASE OPpCONST_BARE OPpCONST_NOVER |