This commit is contained in:
2025-12-14 21:41:45 +01:00
parent 65c9a473ae
commit f7fa5e769e

View File

@@ -14,7 +14,7 @@ steps:
commands:
- apt-get update -y
- apt-get install -y gcc
- cpanm -n XML::Parser
- cpanm -n XML::Parser || cat /root/.cpanm/work/*/build.log
- cpanm -n DBM::Deep
- cpanm -n IO::Socket::SSL
- cpanm -n MIME::Base64
@@ -22,4 +22,3 @@ steps:
- perl Makefile.PL
- make
- make test
- cat /root/.cpanm/work/*/build.log