docker-perl-tester
docker-perl-tester copied to clipboard
Docker images with pre-installed test modules and test dependencies for CPAN modules
This is the current Debian stable: . It is supported by the upstream container: .
Hi, I am fond of [perlimports](https://metacpan.org/pod/App::perlimports) for cleaning up my import statements. Would it make sense to add that module to the image? The list of dependencies looks a bit...
Hello, I’d like to test for [this issue’s fix](https://github.com/CpanelInc/p5-Unicode-ICU/issues/2) in CI. Would it be possible for a long-double and/or quadmath perl to be among the available images? Thank you!
This task is about starting a discussion with @skaji about using the pre-set test Docker Images from https://hub.docker.com/repository/docker/perldocker/perl-tester/ in the suggested templates. * Cpm * Cpanm * many Test::*... modules...
I just noticed the deprecation warning from a pipeline using the docker images Example: https://github.com/Dual-Life/autodie/pull/121 > [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1...
It is easy to install additional packages in the image. But I think it would be a nice addition if [Perl::Tidy](https://metacpan.org/dist/Perl-Tidy) were installed per default.
This PR is for https://github.com/Perl/docker-perl-tester/issues/70. I don't recall why I thought the Perl::Tidy was not included in the Docker image. Looking at the _cpanfile_ I found that both `Perl::Tidy` and...