-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marcin Przepiorowski
committed
Nov 10, 2023
1 parent
354b280
commit ed00c01
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -389,13 +389,14 @@ jobs: | |
# cpanm --local-lib=~/perl5 local::lib | ||
# eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) | ||
# echo $PERL_MB_OPT | ||
brew install [email protected] | ||
brew uninstall --ignore-dependencies [email protected] | ||
brew install [email protected] | ||
$CELL/bin/cpanm Crypt::[email protected] | ||
$CELL/bin/cpanm Crypt::Blowfish | ||
export OPENSSL_PREFIX=`brew --prefix [email protected]` | ||
echo $OPENSSL_PREFIX | ||
export LIBS="-d=$OPENSSL_PREFIX" | ||
$CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt@2.09 | ||
$CELL/bin/cpanm --configure-args=$LIBS Filter::Crypto::Decrypt | ||
$CELL/bin/cpanm JSON | ||
$CELL/bin/cpanm Date::Manip | ||
# force requires after 1/1/2020 ? | ||
|