mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Brewfile: Install a current version of Perl.
The one used by default seems to be 5.18, which while not _very_ old (released 2013 or 2014, depending on which patch version) seems a likely cause of the test failures I'm seeing in CI but am unable to reproduce in my Linux environment (where 5.24.3 is the oldest version available).
This commit is contained in:
parent
d3b1674a47
commit
efd87e1257
1 changed files with 1 additions and 0 deletions
1
Brewfile
1
Brewfile
|
@ -1,3 +1,4 @@
|
|||
brew "perl"
|
||||
brew "cpanminus"
|
||||
brew "gettext", link: true
|
||||
brew "gnutls"
|
||||
|
|
Loading…
Add table
Reference in a new issue