Subject: | Bareword "extra_tests" not allowed while... |
This is what I see when running perl Makefile.PL:
Bareword "extra_tests" not allowed while "strict subs" in use at
Makefile.PL line 77.
Execution of Makefile.PL aborted due to compilation errors.
I've tried with several perls and some succeed and some don't. I have
tried to remove extra_tests and to remove the pesky and useless
auto_install.
I got then
Unknown function is found at Makefile.PL line 4.
Execution of Makefile.PL aborted due to runtime errors.
After removing copyright(...) in line 4 it worked.
Certainly a Module::Install issue and I suspect that simply your
included inc/Module/Install.pm is too old. Yours is 0.91 while on CPAN I
see plenty of more recent versions.
HTH,