Skip to content

Commit fd76f69

Browse files
committed
Update outdated CPAN modules
1 parent 45b1ca2 commit fd76f69

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ RUN cpanm -nq App::cpm Carton::Snapshot
1818

1919
RUN cpm install -g --show-build-log-on-failure --cpanfile /tmp/cpanfile
2020

21+
RUN cpan-outdated --exclude-core -p | xargs -n 1 cpm install -g --show-build-log-on-failure
22+
2123
CMD ["/bin/bash"]

cpanfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use strict; # satisfy linter
22
use warnings; # satisfy linter
33

4+
requires 'App::cpanoutdated';
45
requires 'Code::TidyAll::Plugin::SortLines::Naturally';
56
requires 'Code::TidyAll::Plugin::Test::Vars' if "$]" >= 5.010;
67
requires 'Code::TidyAll::Plugin::UniqueLines';

0 commit comments

Comments
 (0)