From 88526fc9001fdc4059e7c65ad5a8914823d70072 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 20 Feb 2020 08:29:37 +0100 Subject: [PATCH] Bug 24693: Move GD from recommends to requires in cpanfile Without it, catalogue/detail.pl dies (and probably other scripts too) Test plan: 1. Uninstall GD, reload starman 2. Go to catalogue/detail.pl. Confirm that it dies 3. Reinstall GD, reload starman 4. Go to catalogue/detail.pl. Confirm that it work normally Signed-off-by: Bernardo Gonzalez Kriegel catalogue/detail.pl dies without GD. Seems correct switch to require No errors Signed-off-by: Jonathan Druart --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 4837e7b2b3..b123f578ce 100644 --- a/cpanfile +++ b/cpanfile @@ -41,6 +41,7 @@ requires 'Email::Valid', '0.190'; requires 'Exception::Class', '1.38'; requires 'File::Slurp', '9999.13'; requires 'Font::TTF', '0.45'; +requires 'GD', '2.39'; requires 'GD::Barcode::UPCE', '1.1'; requires 'Getopt::Long', '2.35'; requires 'Getopt::Std', '1.05'; @@ -138,7 +139,6 @@ recommends 'Devel::Cover', '0.89'; recommends 'File::Copy', '2.08'; recommends 'File::Path', '2.07'; recommends 'File::Temp', '0.22'; -recommends 'GD', '2.39'; recommends 'Graphics::Magick', 'v1.3.5'; recommends 'Gravatar::URL', '1.03'; recommends 'HTTPD::Bench::ApacheBench', '0.73'; -- 2.11.0