Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / Koha_Util_MARC.t
index 3e205c9..e338670 100755 (executable)
@@ -24,6 +24,7 @@ use strict;
 use warnings;
 
 use Test::More tests => 4;
+use MARC::Record;
 
 BEGIN {
         use_ok('Koha::Util::MARC');