You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include /home/andrius/src/sql-translator-0.11024/inc/Module/Install.pm
String found where operator expected at Makefile.PL line 58, near "readme_from 'lib/SQL/Translator.pm'"
(Do you need to predeclare readme_from?)
syntax error at Makefile.PL line 58, near "readme_from 'lib/SQL/Translator.pm'"
BEGIN not safe after errors--compilation aborted at Makefile.PL line 61.
After commenting out the line 58 in Makefile.PL (non-crucial, I suppose), I was able to proceed with the installation.
The text was updated successfully, but these errors were encountered:
The tarball from GithHub is equivalent to a git checkout, and thus requires author dependencies to be installed, specifically Module::Install::ReadmeFromPod and Module::Install::AuthorTests.
I've made it explicitly list missing plugins in commit b43ba76.
I have downloaded ZIP of the release v0.11024 from GitHub, unpacked and executed the following command:
Execution resulted in the following output:
After commenting out the line 58 in Makefile.PL (non-crucial, I suppose), I was able to proceed with the installation.
The text was updated successfully, but these errors were encountered: