$! and $1 are not constant accross OS's
[Data-Peek.git] / t / 41_DDump-h.t
blobae8d4c6235e47f9596cdfa9b5479a239da66a38c
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 IO");