diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-25 13:56:50 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-25 14:36:16 -0800 |
commit | 11e0f19f121b14836a6fcbec0ed625aa4b2b9764 (patch) | |
tree | 04536fc3d0e65a4835d35ae2353443d89b7d4269 /ext/B | |
parent | d036e907fea37ee5e02513cbfec02863e69d43a9 (diff) | |
download | perl-11e0f19f121b14836a6fcbec0ed625aa4b2b9764.tar.gz |
Update concise-xs.t for recent DD change
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/t/concise-xs.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index ab0597edaa..9082f61eed 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -127,7 +127,8 @@ my $testpkgs = { Digest::MD5 => { perl => [qw/ import /], dflt => 'XS' }, - Data::Dumper => { XS => [qw/ bootstrap Dumpxs /], + Data::Dumper => { XS => [qw/ bootstrap Dumpxs _vstring /], + constant => ['_bad_vsmg'], dflt => 'perl' }, B => { dflt => 'constant', # all but 47/297 |