mkende/math_numerical

Use of bare << to mean <<"" is deprecated at Makefile.PL

Closed this issue · 1 comments

For perls 5.22 .. 5.24 the build fails like this:

Output from '/usr/perl5.22.2t/bin/perl Makefile.PL':

Use of bare << to mean <<"" is deprecated at Makefile.PL line 58.
Bareword found where operator expected at Makefile.PL line 62, near "tidy"
	(Missing semicolon on previous line?)
Unquoted string "lib" may clash with future reserved word at Makefile.PL line 63.
syntax error at Makefile.PL line 58, near "<<~"
Search pattern not terminated at Makefile.PL line 66.

Fixed in c4f8cb5. Thanks.