[DBIx-Class-Devel] [dbsrgits/sql-translator] perl Makefile.PL fails with 'String found where operator expected at Makefile.PL line 58' (#100)

Andrius Merkys notifications at github.com
Fri Jan 26 08:46:31 GMT 2018


I have downloaded ZIP of the release v0.11024 from GitHub, unpacked and executed the following command:
```
perl Makefile.PL PREFIX=/usr/local/install/sql-translator/sql-translator-0.11024
```
Execution resulted in the following output:
```
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.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/100
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20180126/293277fd/attachment.htm>


More information about the DBIx-Class-Devel mailing list