We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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. :)
The text was updated successfully, but these errors were encountered:
Before running Makefile.PL, you need to install the modules indicated in the .prereqs.configure.requires key in META.json, i.e.:
Makefile.PL
.prereqs.configure.requires
META.json
$ jq .prereqs.configure.requires META.json { "ExtUtils::MakeMaker": "6.54", "File::ShareDir::Install": "0" }
Sorry, something went wrong.
ok, cool!
No branches or pull requests
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. :)
The text was updated successfully, but these errors were encountered: