Skip to content

Commit eb76c9e

Browse files
committed
ci: use older Test::Fatal with perl 5.10.x and older
1 parent d3d0b07 commit eb76c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/ci/ci-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ install_old_perl_dependencies() {
361361
5.8|5.10)
362362
# Data::OptList and Sub::Exporter are dependencies of GIS::Distance
363363
# Pod::Man is a dependency of Plack
364-
cpanm --quiet --notest Email::MessageID~"<1.407" Email::Date::Format~"<1.006" Email::Simple~"<2.218" Email::MIME::Encodings~"<1.316" Email::MIME::ContentType~"<1.027" Email::MIME~"<1.953" Data::OptList~'<0.114' Sub::Exporter~'<0.990' Test::Deep~"<1.202" Pod::Man~"<5" Plack~"<1.0051"
364+
cpanm --quiet --notest Email::MessageID~"<1.407" Email::Date::Format~"<1.006" Email::Simple~"<2.218" Email::MIME::Encodings~"<1.316" Email::MIME::ContentType~"<1.027" Email::MIME~"<1.953" Data::OptList~'<0.114' Sub::Exporter~'<0.990' Test::Deep~"<1.202" Pod::Man~"<5" Plack~"<1.0051" Test::Fatal~"<0.018"
365365
;;
366366
esac
367367
case "$PERLBREW_PERL" in

0 commit comments

Comments
 (0)