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