We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b1ca2 commit fd76f69Copy full SHA for fd76f69
Dockerfile
@@ -18,4 +18,6 @@ RUN cpanm -nq App::cpm Carton::Snapshot
18
19
RUN cpm install -g --show-build-log-on-failure --cpanfile /tmp/cpanfile
20
21
+RUN cpan-outdated --exclude-core -p | xargs -n 1 cpm install -g --show-build-log-on-failure
22
+
23
CMD ["/bin/bash"]
cpanfile
@@ -1,6 +1,7 @@
1
use strict; # satisfy linter
2
use warnings; # satisfy linter
3
4
+requires 'App::cpanoutdated';
5
requires 'Code::TidyAll::Plugin::SortLines::Naturally';
6
requires 'Code::TidyAll::Plugin::Test::Vars' if "$]" >= 5.010;
7
requires 'Code::TidyAll::Plugin::UniqueLines';
0 commit comments