Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew sql-translator 1.59_01 upgrade failed #118

Closed
chenrui333 opened this issue May 20, 2019 · 2 comments
Closed

Homebrew sql-translator 1.59_01 upgrade failed #118

chenrui333 opened this issue May 20, 2019 · 2 comments

Comments

@chenrui333
Copy link

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. :)

@ilmari
Copy link
Member

ilmari commented May 29, 2019

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"
}

@ilmari ilmari closed this as completed May 29, 2019
@chenrui333
Copy link
Author

ok, cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants