@@ -289,36 +289,15 @@ jobs:
289289 CELL=`brew --prefix perl`
290290 $CELL/bin/perl -MCPAN -e 'install App::cpanminus'
291291 brew install openssl@1.1
292- <<<<<<< HEAD
293- $CELL/bin/cpanm Crypt::CBC
294- $CELL/bin/cpanm Crypt::Blowfish
295- =======
296292 cpanm Crypt::CBC@2.33
297293 cpanm Crypt::Blowfish
298- >>>>>>> develop
299294 export OPENSSL_PREFIX=`brew --prefix openssl@1.1`
300295 echo $OPENSSL_PREFIX
301296 export LIBS="-d=$OPENSSL_PREFIX"
302297 $CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
303298 $CELL/bin/cpanm JSON
304299 $CELL/bin/cpanm Date::Manip
305300 # force requires after 1/1/2020 ?
306- <<<<<<< HEAD
307- $CELL/bin/cpanm -f Date::Parse
308- $CELL/bin/cpanm DateTime::Event::Cron::Quartz
309- $CELL/bin/cpanm DateTime::Format::DateParse
310- $CELL/bin/cpanm Text::CSV
311- $CELL/bin/cpanm LWP::UserAgent
312- $CELL/bin/cpanm Net::SSLeay
313- $CELL/bin/cpanm Mozilla::CA@20180117
314- $CELL/bin/cpanm IO::Socket::SSL@2.068
315- $CELL/bin/cpanm LWP::Protocol::https
316- $CELL/bin/cpanm Term::ReadKey
317- $CELL/bin/cpanm -f Archive::Zip
318- $CELL/bin/cpanm utf8
319- $CELL/bin/cpanm PAR::Packer
320- $CELL/bin/cpanm List::MoreUtils::PP
321- =======
322301 cpanm -f Date::Parse
323302 cpanm DateTime::Event::Cron::Quartz
324303 cpanm DateTime::Format::DateParse
@@ -333,7 +312,6 @@ jobs:
333312 cpanm utf8
334313 cpanm PAR::Packer
335314 cpanm List::MoreUtils::PP
336- >>>>>>> develop
337315
338316 - name : Compile
339317 run : |
0 commit comments