@@ -169,6 +169,7 @@ imageTests+=(
'
[perl]='
perl-hello-world
+ perl-cpanm
[php]='
php-ext-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -eux
+
+cpanm --notest Mojolicious
@@ -0,0 +1 @@
+../run-sh-in-container.sh