X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=misc%2Fexportauth.pl;h=d6236d21a979cd2e6207ade9cfb97c082eed2542;hb=c47fa96b8fa512f07265dc0f544f3fe51a820fdc;hp=52a0ec897175a3185c69467ed12428576b61b8d7;hpb=4bf76c2d77cb32dd7147b11334eb17aa959955ba;p=koha.git diff --git a/misc/exportauth.pl b/misc/exportauth.pl index 52a0ec8971..d6236d21a9 100755 --- a/misc/exportauth.pl +++ b/misc/exportauth.pl @@ -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];