1
0
Fork 0
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:
Jonathan Lovelace 2019-02-21 16:12:06 -05:00
parent d3b1674a47
commit efd87e1257

View file

@ -1,3 +1,4 @@
brew "perl"
brew "cpanminus"
brew "gettext", link: true
brew "gnutls"