We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d42b4 commit 8e39ae4Copy full SHA for 8e39ae4
.github/workflows/linux.yml
@@ -114,7 +114,7 @@ jobs:
114
perl -n -e 'next if /(^use 5)|(MIN_PERL)/; print' Makefile.PL.orig > Makefile.PL
115
cpan -T .
116
cd ..
117
- rm -rf HTML-Tagset-3.24.tar.gz
+ rm -rf HTML-Tagset-3.24.tar.gz HTM-Tagset-3.24
118
# I had some problems with openssl on Ubuntu, so I punted by installing
119
# cpanm first, which is easy. I can install IO::Socket::SSL with that,
120
# then switch back to cpan. I didn't explore this further, but what you
0 commit comments