Current File : //proc/self/root/proc/self/root/usr/share/doc/perl-Data-Dump-1.22/t/dd.t
#!/usr/bin/perl -w

use strict;
use Test;
plan tests => 1;

use Data::Dump;

print "# ";
dd getlogin;
ddx localtime;
ddx \%Exporter::;

ok(1);