bug 9611: (follow-up) remove md5_base64 from imports - not used
authorSrdjan <srdjan@catalyst.net.nz>
Mon, 26 Aug 2013 05:05:07 +0000 (17:05 +1200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 23:00:32 +0000 (23:00 +0000)
commit7d5cf5b7e925a1e376d530f86a79673d892ac7df
tree6f5b0d0201e577b3a50b1092f800ea26590e7f5e
parent4be177c1aebe852a77efff451875c083092312c8
bug 9611: (follow-up) remove md5_base64 from imports - not used

RM note: Digest::MD5 is used in C4::ImportExportFramework as part
of an unnecessary reimplementation of functionality supplied by
File::Temp.  See bug 10991 for a proposal to remove it.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/ImportExportFramework.pm