dbsrgits / sql-translator

SQL::Translator (SQLFairy)

Home Page:http://sqlfairy.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew sql-translator 1.59_01 upgrade failed

chenrui333 opened this issue · comments

relates to Homebrew/homebrew-core#40047

I saw there is some build config change with this commit, 32be849#diff-5d3ba18294715d9415e9e732852bfec6.

I am not quite familiar with perl build system, so I might need some help on upgrading the brew formula. :)

Before running Makefile.PL, you need to install the modules indicated in the .prereqs.configure.requires key in META.json, i.e.:

$ jq .prereqs.configure.requires META.json 
{
  "ExtUtils::MakeMaker": "6.54",
  "File::ShareDir::Install": "0"
}

ok, cool!