sv_dump () changed in 5.19.3
[Data-Peek.git] / t / 40_DDump-h.t
blobad0dd09e3aff2d674a33f58ad512c37f0df232c1
1 #!/usr/bin/perl
3 use strict;
4 use warnings;
6 use Test::More tests => 2;
7 use Test::NoWarnings;
9 use Data::Peek;
11 ok (1, "Here com tests for DDump () returning hash using XS");