Bug 8435: (follow-up) prevent t/00-load.t failing
[koha.git] / misc / exportauth.pl
index 52a0ec8..d6236d2 100755 (executable)
@@ -4,6 +4,7 @@
 #
 
 use strict;
+#use warnings; FIXME - Bug 2505
 BEGIN {
     # find Koha's Perl modules
     # test carefully before changing this
@@ -12,7 +13,6 @@ BEGIN {
 }
 
 use C4::Context;
-use C4::Output;  # contains gettemplate
 use C4::Biblio;
 use C4::Auth;
 my $outfile = $ARGV[0];