diff options
author | Zefram <zefram@fysh.org> | 2011-09-16 22:39:07 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-09-16 22:39:32 +0100 |
commit | ed40ada772d2558d69ba680968418e95be32f0a8 (patch) | |
tree | 551af2b9e2e12275b3e33fe5208002ebaa513f34 /ext/B | |
parent | 13975bd150072e4fd78d50cd9468bb92cf184f70 (diff) | |
download | perl-ed40ada772d2558d69ba680968418e95be32f0a8.tar.gz |
update B::Concise test for B::Deparse change
Diffstat (limited to 'ext/B')
-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 697280c222..67b8591701 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -169,6 +169,7 @@ my $testpkgs = { PMf_MULTILINE PMf_ONCE PMf_SINGLELINE POSTFIX SVf_FAKE SVf_IOK SVf_NOK SVf_POK SVf_ROK SVpad_OUR SVs_RMG SVs_SMG SWAP_CHILDREN OPpPAD_STATE + OPpCONST_ARYBASE /, $] > 5.009 ? ('RXf_SKIPWHITE') : ('PMf_SKIPWHITE'), 'CVf_LOCKED', # This ends up as a constant, pre or post 5.10 ], |