X-Git-Url: http://git.rot13.org/?p=MARC-Fast;a=blobdiff_plain;f=t%2F001_marc.t;fp=t%2F001_marc.t;h=ddbee94802784c3cecc0ba554fc4b72fcbe2e0d5;hp=c05fcd611e101b63fd9aecc7c795804053206a39;hb=5fc18887422d2dd62c716b73d81a226f3a295e5b;hpb=3d844dfbf091bc62a45aff80189d402d1f9cba1f diff --git a/t/001_marc.t b/t/001_marc.t index c05fcd6..ddbee94 100755 --- a/t/001_marc.t +++ b/t/001_marc.t @@ -5,6 +5,7 @@ use blib; use Test::More tests => 63; use Test::Exception; +use Data::Dump qw/dump/; BEGIN { use_ok( 'MARC::Fast' ); @@ -14,11 +15,6 @@ my $debug = shift @ARGV; my $marc_file = 't/camel.usmarc'; -if ( $debug ) { - eval { require Data::Dump; }; - $debug = 0 if ($@); -} - my $marc; my %param;