From: Julian Maurice Date: Wed, 12 Feb 2020 20:24:58 +0000 (+0100) Subject: Bug 24647: Remove PDF::API2::Simple from cpanfile X-Git-Tag: v20.05.00~1564 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=29c09991e7d7e4a00ba18163d28e9545bd4325ce;p=koha-ffzg.git Bug 24647: Remove PDF::API2::Simple from cpanfile It is not used anywhere. Also, remove PDF::API2::Page and PDF::API2::Util from cpanfile. These modules are included in PDF::API2 which is already in cpanfile. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- diff --git a/cpanfile b/cpanfile index 5e74be40f7..38a7a4fbe2 100644 --- a/cpanfile +++ b/cpanfile @@ -82,9 +82,6 @@ requires 'Net::Z3950::ZOOM', '1.16'; requires 'Number::Format', '1.52'; requires 'OpenOffice::OODoc', '2.125'; requires 'PDF::API2', '2'; -requires 'PDF::API2::Page', '2'; -requires 'PDF::API2::Simple', '1'; -requires 'PDF::API2::Util', '2'; requires 'PDF::Reuse', '0.36'; requires 'PDF::Reuse::Barcode', '0.05'; requires 'PDF::Table', 'v0.9.3';