2
2
3
3
This repo is used to build Perl Docker images with various pre-installed bits:
4
4
5
- * the ` aspell ` and ` aspell-en ` packages
6
- * ` cpanminus `
7
- * ` App::cpm `
8
- * ` Devel::Cover `
9
- * various testing modules
10
- * Dist::Zilla with some common plugins (for Perl >= 5.14)
5
+ - the ` aspell ` and ` aspell-en ` packages
6
+ - ` cpanminus `
7
+ - ` App::cpm `
8
+ - ` Devel::Cover `
9
+ - various testing modules
10
+ - Dist::Zilla with some common plugins (for Perl >= 5.14)
11
11
12
12
At this points images are refreshed daily, which could change overtime if it becomes an issue.
13
13
This should guarantee you to test uptodate CPAN stack.
@@ -19,52 +19,52 @@ on failures.
19
19
20
20
## Available on all Perl Versions
21
21
22
- * Code::TidyAll::Plugin::SortLines::Naturally
23
- * Code::TidyAll::Plugin::UniqueLines
24
- * Devel::Cover
25
- * Devel::Cover::Report::Codecov
26
- * Devel::Cover::Report::Coveralls
27
- * ExtUtils::MakeMaker
28
- * File::Temp
29
- * List::MoreUtils
30
- * Module::Build
31
- * Pod::Coverage::TrustPod
32
- * Test2::Bundle::Extended
33
- * Test2::Plugin::NoWarnings
34
- * Test2::Suite
35
- * Test2::Tools::Explain
36
- * Test::Builder
37
- * Test::CPAN::Meta
38
- * Test::Deep
39
- * Test::Differences
40
- * Test::EOL
41
- * Test::Fatal
42
- * Test::MinimumVersion
43
- * Test::MockModule
44
- * Test::Mojibake
45
- * Test::More
46
- * Test::Needs
47
- * Test::Notabs
48
- * Test::Pod
49
- * Test::Pod::Coverage
50
- * Test::Portability::Files
51
- * Test::RequiresInternet
52
- * Test::Simple
53
- * Test::Spelling
54
- * Test::Synopsis
55
- * Test::Version
56
- * Test::Warnings
22
+ - Code::TidyAll::Plugin::SortLines::Naturally
23
+ - Code::TidyAll::Plugin::UniqueLines
24
+ - Devel::Cover
25
+ - Devel::Cover::Report::Codecov
26
+ - Devel::Cover::Report::Coveralls
27
+ - ExtUtils::MakeMaker
28
+ - File::Temp
29
+ - List::MoreUtils
30
+ - Module::Build
31
+ - Pod::Coverage::TrustPod
32
+ - Test2::Bundle::Extended
33
+ - Test2::Plugin::NoWarnings
34
+ - Test2::Suite
35
+ - Test2::Tools::Explain
36
+ - Test::Builder
37
+ - Test::CPAN::Meta
38
+ - Test::Deep
39
+ - Test::Differences
40
+ - Test::EOL
41
+ - Test::Fatal
42
+ - Test::MinimumVersion
43
+ - Test::MockModule
44
+ - Test::Mojibake
45
+ - Test::More
46
+ - Test::Needs
47
+ - Test::Notabs
48
+ - Test::Pod
49
+ - Test::Pod::Coverage
50
+ - Test::Portability::Files
51
+ - Test::RequiresInternet
52
+ - Test::Simple
53
+ - Test::Spelling
54
+ - Test::Synopsis
55
+ - Test::Version
56
+ - Test::Warnings
57
57
58
58
## Only on Perl 5.10 and later
59
59
60
- * Code::TidyAll::Plugin::Test::Vars
61
- * Pod::Readme
62
- * Test::Vars
60
+ - Code::TidyAll::Plugin::Test::Vars
61
+ - Pod::Readme
62
+ - Test::Vars
63
63
64
64
## Only on Perl 5.14 and later
65
65
66
- * Dist::Zilla & friends
67
- * Dist::Zilla::PluginBundle::Author::ETHER
66
+ - Dist::Zilla & friends
67
+ - Dist::Zilla::PluginBundle::Author::ETHER
68
68
69
69
# Using Docker Images for your projects
70
70
@@ -169,4 +169,4 @@ DOCKER_GITHUB_TOKEN=a-token-or-password
169
169
# Author
170
170
171
171
@oalders initiated the project and @atoomic tried to give it more public visibility
172
- volunteers/ideas are welcome to improve the project.
172
+ volunteers/ideas are welcome to improve the project.
0 commit comments