View | Details | Raw Unified | Return to bug 30813
Collapse All | Expand All

(-)a/t/Koha_MetadataRecord.t (-2 / +3 lines)
Lines 22-29 use Modern::Perl; Link Here
22
use Test::More tests => 5;
22
use Test::More tests => 5;
23
use Test::Warn;
23
use Test::Warn;
24
24
25
use MARC::Record;
26
25
BEGIN {
27
BEGIN {
26
        use_ok('Koha::MetadataRecord');
28
    use_ok('Koha::MetadataRecord');
27
}
29
}
28
30
29
my $marcrecord = MARC::Record->new;
31
my $marcrecord = MARC::Record->new;
30
- 

Return to bug 30813