X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=misc%2Fexportauth.pl;h=4ac916c4d011cc3cbd892b5ba9f55eca029b1a01;hb=88b7cc2552cfc26868648d29247023bd818b17b9;hp=31abe29e1ed6f5a4e187e87db8914cd5163a02eb;hpb=dd3f557f53f01dd6f5db51c044d792974e547720;p=koha_fer diff --git a/misc/exportauth.pl b/misc/exportauth.pl index 31abe29e1e..4ac916c4d0 100755 --- a/misc/exportauth.pl +++ b/misc/exportauth.pl @@ -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;