Skip to content

Commit

Permalink
fix: remove unused Graphics::Color::RGB/HSL modules (openfoodfacts#9986)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet authored and alexgarel committed Mar 24, 2024
1 parent f7e4c74 commit 90a081c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ requires 'JSON::MaybeXS'; # libjson-maybexs-perl
requires 'Clone'; # libclone-perl
requires 'Crypt::PasswdMD5'; # libcrypt-passwdmd5-perl
requires 'Encode::Detect'; # libencode-detect-perl
requires 'Graphics::Color::RGB'; # libgraphics-color-perl
requires 'Graphics::Color::HSL'; # libgraphics-color-perl
requires 'Barcode::ZBar'; # libbarcode-zbar-perl
requires 'XML::FeedPP'; # libxml-feedpp-perl
requires 'URI::Find'; # liburi-find-perl
Expand Down
2 changes: 0 additions & 2 deletions lib/ProductOpener/Images.pm
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ use ProductOpener::Products qw/:all/;
use CGI qw/:cgi :form escapeHTML/;

use Image::Magick;
use Graphics::Color::RGB;
use Graphics::Color::HSL;
use Barcode::ZBar;
use Imager;
use Imager::zxing;
Expand Down

0 comments on commit 90a081c

Please sign in to comment.