Skip to content

Commit

Permalink
Install Log::Any
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 28, 2024
1 parent cfbb81c commit 4891361
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
command: |
curl -L https://cpanmin.us | perl - App::cpanminus
cpanm --local-lib=~/perl5 local::lib && echo "eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)" >> ~/.bashrc
cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov
cpanm -qin --installdeps .
cpanm -iqn ExtUtils::MakeMaker
cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov Log::Any
cpanm -iqn --skip-satisfied --installdeps --notest .
- run:
name: Make Module
# command: sudo chown -R circleci . && ls -la && pwd && perl Makefile.PL && make
Expand All @@ -43,7 +44,7 @@ jobs:
name: Run tests
# command: echo 'replace me with real tests!' && false
environment:
PATH: ~/perl5/bin:/bin:/usr/bin
# PATH: ~/perl5/bin:/bin:/usr/bin
AUTOMATED_TESTING: 1
AUTHOR_TESTING: 1
command: |
Expand Down

0 comments on commit 4891361

Please sign in to comment.