@@ -, +, @@ --- C4/Auth.pm | 1 - C4/InstallAuth.pm | 1 - Koha/Edifact/Transport.pm | 1 - about.pl | 1 - misc/cronjobs/fines.pl | 1 - t/db_dependent/Sitemapper.t | 1 - 6 files changed, 6 deletions(-) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -30,7 +30,6 @@ use C4::Templates; # to get the template use C4::Languages; use C4::Search::History; use Koha; -use Koha::UploadedFile; use Koha::Caches; use Koha::AuthUtils qw(get_script_name hash_password); use Koha::Library::Groups; --- a/C4/InstallAuth.pm +++ a/C4/InstallAuth.pm @@ -29,7 +29,6 @@ use C4::Context; use C4::Output; use C4::Templates; use C4::Koha; -use Koha::UploadedFile; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); --- a/Koha/Edifact/Transport.pm +++ a/Koha/Edifact/Transport.pm @@ -28,7 +28,6 @@ use Net::SFTP::Foreign; use File::Slurp; use File::Copy; use File::Basename qw( fileparse ); -use Koha::UploadedFile; use Koha::Database; use Encode qw( from_to ); --- a/about.pl +++ a/about.pl @@ -47,7 +47,6 @@ use Koha::Caches; use Koha::Config::SysPrefs; use Koha::Illrequest::Config; use Koha::SearchEngine::Elasticsearch; -use Koha::UploadedFiles; use C4::Members::Statistics; --- a/misc/cronjobs/fines.pl +++ a/misc/cronjobs/fines.pl @@ -38,7 +38,6 @@ use File::Spec; use Koha::Calendar; use Koha::DateUtils; -use Koha::UploadedFile; use C4::Log; my $help; --- a/t/db_dependent/Sitemapper.t +++ a/t/db_dependent/Sitemapper.t @@ -26,7 +26,6 @@ use Test::More tests => 16; use Koha::Schema; use Carp qw/croak carp/; -use Koha::UploadedFile; BEGIN { use_ok('Koha::Sitemapper'); --