@@ -289,36 +289,15 @@ jobs:
289
289
CELL=`brew --prefix perl`
290
290
$CELL/bin/perl -MCPAN -e 'install App::cpanminus'
291
291
292
- <<<<<<< HEAD
293
- $CELL/bin/cpanm Crypt::CBC
294
- $CELL/bin/cpanm Crypt::Blowfish
295
- =======
296
292
297
293
cpanm Crypt::Blowfish
298
- >>>>>>> develop
299
294
export OPENSSL_PREFIX=`brew --prefix [email protected] `
300
295
echo $OPENSSL_PREFIX
301
296
export LIBS="-d=$OPENSSL_PREFIX"
302
297
$CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt
303
298
$CELL/bin/cpanm JSON
304
299
$CELL/bin/cpanm Date::Manip
305
300
# 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::[email protected]
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
- =======
322
301
cpanm -f Date::Parse
323
302
cpanm DateTime::Event::Cron::Quartz
324
303
cpanm DateTime::Format::DateParse
@@ -333,7 +312,6 @@ jobs:
333
312
cpanm utf8
334
313
cpanm PAR::Packer
335
314
cpanm List::MoreUtils::PP
336
- >>>>>>> develop
337
315
338
316
- name : Compile
339
317
run : |
0 commit comments