From 4891361ce52ccab0d00dfd3bce240e4e6f4168e7 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Wed, 28 Aug 2024 14:20:12 -0400 Subject: [PATCH] Install Log::Any --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a97913a..f9033f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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: |