Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / db_dependent / Charset.t
index b1542a3..420b386 100755 (executable)
@@ -2,7 +2,7 @@ use Modern::Perl;
 use Test::More tests => 4;
 use MARC::Record;
 
-use C4::Biblio qw( AddBiblio GetMarcFromKohaField );
+use C4::Biblio qw( GetMarcFromKohaField AddBiblio );
 use C4::Context;
 use C4::Charset qw( SanitizeRecord );