Subject: | Makefile.pl should be Makefile.PL |
On systems with a case-sensitive filesystem (i.e. most Unix systems) the build currently does not work:
...
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
make: no target to make.
make: stopped in /usr/home/cpansand/.cpan/build/2019010120/MathML-itex2MML-1.5.8-0
...
Probably the problem is that Makefile.pl should be named Makefile.PL.