Remove Dumper.

This commit is contained in:
Colin Kuskie 2009-12-11 13:28:48 -08:00
parent 059bd6761d
commit 8c358fa229

View file

@ -11,7 +11,6 @@
use strict;
use warnings;
no warnings qw(uninitialized);
use Data::Dumper;
use Test::More 'no_plan'; #tests => 1;
use Test::Deep;