--- trunk/t/001_marc.t 2007/11/06 20:06:26 25 +++ trunk/t/001_marc.t 2007/11/19 16:37:00 26 @@ -5,6 +5,7 @@ use Test::More tests => 63; use Test::Exception; +use Data::Dump qw/dump/; BEGIN { use_ok( 'MARC::Fast' ); @@ -14,11 +15,6 @@ my $marc_file = 't/camel.usmarc'; -if ( $debug ) { - eval { require Data::Dump; }; - $debug = 0 if ($@); -} - my $marc; my %param;