$! and $1 are not constant accross OS's
[Data-Peek.git] / t / 40_DDump-h.t
blobd0612959dc8645183bb5a6fbabff10664f3fe1e1
1 #!/usr/bin/perl
3 use strict;
4 use warnings;
6 use Test::More tests => 1;
8 use DDumper;
10 ok (1, "Here com tests for DDump () returning hash using XS");