https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24647 Bug ID: 24647 Summary: PDF::API2::Simple is declared as a required dependency but it is not used Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: julian.maurice@biblibre.com Reporter: julian.maurice@biblibre.com QA Contact: testopia@bugs.koha-community.org `git grep PDF::API2::Simple` returns only one occurence, in cpanfile. `git log -S PDF::API2::Simple` returns a few commits that move around the declaration of dependencies, and the commit https://github.com/Koha-Community/Koha/commit/e418db57f9544983a004b6a7b7f79a... that introduces this dependency without using it. So it looks like it has been a required dependency for 10 years, without ever being used. -- You are receiving this mail because: You are watching all bug changes.