Bug 10403: (follow-up) fix test to use vendor created earlier during test
[koha.git] / misc / exportauth.pl
index 31abe29..d6236d2 100755 (executable)
@@ -4,15 +4,15 @@
 #
 
 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;
 use C4::Auth;
 my $outfile = $ARGV[0];