Bug 6135: insert fields ordered in C4::biblio:ModBiblioMarc
[koha_gimpoz] / misc / exportauth.pl
index 31abe29..4ac916c 100755 (executable)
@@ -4,13 +4,14 @@
 #
 
 use strict;
+#use warnings; FIXME - Bug 2505
 BEGIN {
     # find Koha's Perl modules
     # test carefully before changing this
     use FindBin;
     eval { require "$FindBin::Bin/kohalib.pl" };
 }
-require Exporter;
+
 use C4::Context;
 use C4::Output;  # contains gettemplate
 use C4::Biblio;