Initial checkin
[Data-Peek.git] / t / 10_base.t
blobb271a85e9cae117fdbdaa1129b9ffed648f20939
1 #!/usr/bin/perl
3 use strict;
4 $^W = 1; # use warnings core since 5.6
6 use Test::More tests => 1;
8 BEGIN {
9 use_ok "DDumper";
10 plan skip_all => "Cannot load DDumper" if $@;