|
This patch adds File::LibMagic to Koha's dependencies via cpanfile. This Perl library allows access to the C library libmagic which determines file type based off of "magic numbers" which are data in the first line of many file types which are unique to that filetype.
|