https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31109
--- Comment #18 from Janusz Kaczmarek <[email protected]> --- (In reply to David Cook from comment #16) > Also, why create Koha::Util::Misc when you could just use Digest::MD5 on the > MARCXML representation of the record returned by $biblio->metadata? Thanks for your comments, David. First off all, to save time. The proposed solution is time efficient, and generating MARCXML costs time (like 12 times more than the proposed approach). Secondly, to have a general digest procedure, not only for MARC records, but for all types of objects. (It works fine also for Koha::Object objects, like Koha::Patron, Koha::Item, etc.). Also, I couldn't find an existing module suitable to house the digest function. Hence the Koha::Util::Misc. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
