@@ -289,29 +289,29 @@ jobs:
289289 CELL=`brew --prefix perl`
290290 $CELL/bin/perl -MCPAN -e 'install App::cpanminus'
291291 brew install openssl@1.1
292- cpanm Crypt::CBC@2.33
293- cpanm Crypt::Blowfish
292+ $CELL/bin/ cpanm Crypt::CBC@2.33
293+ $CELL/bin/ cpanm Crypt::Blowfish
294294 export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
295295 echo $OPENSSL_PREFIX
296296 export LIBS="-d=$OPENSSL_PREFIX"
297297 $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
298298 $CELL/bin/cpanm JSON
299299 $CELL/bin/cpanm Date::Manip
300300 # force requires after 1/1/2020 ?
301- cpanm -f Date::Parse
302- cpanm DateTime::Event::Cron::Quartz
303- cpanm DateTime::Format::DateParse
304- cpanm Text::CSV
305- cpanm LWP::UserAgent
306- cpanm Net::SSLeay
307- cpanm Mozilla::CA@20180117
308- cpanm -f IO::Socket::SSL@2.068
309- cpanm LWP::Protocol::https
310- cpanm Term::ReadKey
311- cpanm -f Archive::Zip
312- cpanm utf8
313- cpanm PAR::Packer
314- cpanm List::MoreUtils::PP
301+ $CELL/bin/ cpanm -f Date::Parse
302+ $CELL/bin/ cpanm DateTime::Event::Cron::Quartz
303+ $CELL/bin/ cpanm DateTime::Format::DateParse
304+ $CELL/bin/ cpanm Text::CSV
305+ $CELL/bin/ cpanm LWP::UserAgent
306+ $CELL/bin/ cpanm Net::SSLeay
307+ $CELL/bin/ cpanm Mozilla::CA@20180117
308+ $CELL/bin/ cpanm -f IO::Socket::SSL@2.068
309+ $CELL/bin/ cpanm LWP::Protocol::https
310+ $CELL/bin/ cpanm Term::ReadKey
311+ $CELL/bin/ cpanm -f Archive::Zip
312+ $CELL/bin/ cpanm utf8
313+ $CELL/bin/ cpanm PAR::Packer
314+ $CELL/bin/ cpanm List::MoreUtils::PP
315315
316316 - name : Compile
317317 run : |
0 commit comments