use Test::More tests => 5;
use Test::Warn;
use MARC::Record;
BEGIN {
use_ok('Koha::MetadataRecord');
}
my $marcrecord = MARC::Record->new;
-