Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: drop Encode::Punycode (no longer used) #9987

Merged
merged 1 commit into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ RUN --mount=type=cache,id=apt-cache,target=/var/cache/apt set -x && \
libclass-singleton-perl \
# DateTime::Locale
libfile-sharedir-install-perl \
# Encode::Punycode
libnet-idn-encode-perl \
libtest-nowarnings-perl \
# File::chmod::Recursive
libfile-chmod-perl \
# GeoIP2
Expand Down
1 change: 0 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ requires 'Path::Tiny', '>= 0.118'; # libpath-tiny-perl
requires 'MongoDB', '>= 2.2.2, < 2.3'; # libmongodb-perl has 1.8.1/2.0.3 vs 2.2.2. deps: libauthen-sasl-saslprep-perl, libbson-perl, libauthen-scram-perl, libclass-xsaccessor-perl, libdigest-hmac-perl, libsafe-isa-perl, libconfig-autoconf-perl, libpath-tiny-perl
# we fix this because MongoDB depends on it, and 0.023 does not install correctly
requires 'Type::Tiny::XS', '==0.022';
requires 'Encode::Punycode'; # deps: libnet-idn-encode-perl, libtest-nowarnings-perl
requires 'GraphViz2'; # deps: libfile-which-perl, libdata-section-simple-perl, libwant-perl, libipc-run3-perl, liblog-handler-perl, libtest-deep-perl
requires 'Algorithm::CheckDigits'; # libalgorithm-checkdigits-perl has 0.50 vs 1.3.3. deps: libprobe-perl-perl
requires 'Image::OCR::Tesseract'; # deps: libfile-find-rule-perl
Expand Down
2 changes: 0 additions & 2 deletions lib/ProductOpener/Store.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ use ProductOpener::Config qw/:all/;
use ProductOpener::Paths qw/:all/;

use Storable qw(lock_store lock_nstore lock_retrieve);
use Encode;
use Encode::Punycode;
use URI::Escape::XS;
use Unicode::Normalize;
use Log::Any qw($log);
Expand Down
Loading