Subject: | inc/Module/Install incomplete, doesn't work without Module::Install |
Without having Module::Install and a number of other modules installed,
some directives in Makefile.PL won't work right out of the box:
String found where operator expected at Makefile.PL line 4, near
"readme_from 'lib/Plack/Handler/AnyEvent/HTTPD.pm'"
(Do you need to predeclare readme_from?)
syntax error at Makefile.PL line 4, near "readme_from
'lib/Plack/Handler/AnyEvent/HTTPD.pm'"
Bareword "auto_set_repository" not allowed while "strict subs" in use at
Makefile.PL line 14.
Execution of Makefile.PL aborted due to compilation errors.
I tried to resolve these by pulling the respective Module::Install
extensions into inc/, but that leads into a morass of superfluous Ingy-
dot-Net creations ... maybe just skip those directives?