http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642 --- Comment #67 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- (In reply to Katrin Fischer from comment #66)
Hi Hector,
can you confirm that this is the only new dependency needed here now?
'RDF::Trine' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '1.000', + },
Hi Katrin, sorry about my lateness in get in touch with you. I had an accident in a motorcycle and my clavicle is cracked. The first several days was painful. :( Yes, is the only dependency since the problem of packaging in deb like happened in bug related to PDF::FromHTML. I have used instead C4::Record and the subroutine _entity_encode(). This eliminate HTML::Entities and, HTML::Entities::Numbered and fit very well with Koha without having a lot of problems. The last patch that I sent, fix the last change in PerlDependencies.pm due to new PDF::FromHTML was added. Regards -- You are receiving this mail because: You are watching all bug changes.