X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FImportExportFramework.pm;h=f85101d0701b2878c639a82e931f65bb7100fa2e;hb=7c518bd250cd2283a055d4547085cd6db6488cf7;hp=72873f210793764dc050adf6ae7c9d5ede246465;hpb=6760dc0f17883ee031956c22daa1dfa8722d208b;p=koha_fer diff --git a/C4/ImportExportFramework.pm b/C4/ImportExportFramework.pm index 72873f2107..f85101d070 100644 --- a/C4/ImportExportFramework.pm +++ b/C4/ImportExportFramework.pm @@ -21,7 +21,7 @@ use strict; use warnings; use XML::LibXML; use XML::LibXML::XPathContext; -use Digest::MD5 qw(md5_base64); +use Digest::MD5 qw(); use POSIX qw(strftime); use C4::Context;