Skip to content

Commit 604aff0

Browse files
authored
Merge pull request docker-library#12732 from tianon/perl
Update Perl to fix cpanm deletion (and add very basic test)
2 parents a828a63 + 4388e2f commit 604aff0

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

library/perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Maintainers: Peter Martini <[email protected]> (@PeterMartini),
22
Zak B. Elep <[email protected]> (@zakame)
33
GitRepo: https://github.com/perl/docker-perl.git
4-
GitCommit: 87a4b9df7a72c9874d000274ab806d00e9cfbf1a
4+
GitCommit: f70e8ace49994efef8e90cbf730554a3e3201da7
55
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
66

77
Tags: 5.36.0, 5.36, 5, latest, 5.36.0-bullseye, 5.36-bullseye, 5-bullseye, bullseye

test/config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ imageTests+=(
169169
'
170170
[perl]='
171171
perl-hello-world
172+
perl-cpanm
172173
'
173174
[php]='
174175
php-ext-install

test/tests/perl-cpanm/container.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
set -eux
3+
4+
cpanm --notest Mojolicious

test/tests/perl-cpanm/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../run-sh-in-container.sh

0 commit comments

Comments
 (0)