These are officially gone

This commit is contained in:
swagg boi 2024-06-25 13:30:58 -04:00
parent 5163c1fee8
commit b9769de240
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -6,5 +6,4 @@ requires 'Date::Format';
requires 'XML::RSS';
requires 'Text::Markdown';
requires 'HTML::Restrict';
#requires 'IO::Socket::SSL';
requires 'Roman::Unicode';