From b9769de2402a0a43543ef5fc9c4a6ea1b84a2e64 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 25 Jun 2024 13:30:58 -0400 Subject: [PATCH] These are officially gone --- Dockerfile | 3 --- cpanfile | 1 - 2 files changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 701dab9..99c83ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ COPY post_text.conf . # Dependency time RUN apt-get update RUN apt-get -y upgrade -# Work around for test failing due to headers being lowercase now that -# cpan.org is on HTTP/2 -#RUN cpanm --notest Net::HTTP RUN cpanm --installdeps . # Finish setting up the environment diff --git a/cpanfile b/cpanfile index 10a2628..9cbd532 100644 --- a/cpanfile +++ b/cpanfile @@ -6,5 +6,4 @@ requires 'Date::Format'; requires 'XML::RSS'; requires 'Text::Markdown'; requires 'HTML::Restrict'; -#requires 'IO::Socket::SSL'; requires 'Roman::Unicode';