We need tests for DDump () too
[Data-Peek.git] / t / 31_DDump-s.t
blob0fbdd8428404e2b4fe555a195c85832c024e7631
1 #!/usr/bin/perl
3 use strict;
4 use warnings;
6 use Test::More tests => 1;
8 BEGIN {
9 use_ok "DDumper";
10 plan skip_all => "Cannot load DDumper" if $@;