Make Makefile.PL less irritating.
authorTomas Doran <bobtfish@bobtfish.net>
Sat, 26 May 2012 10:47:07 +0000 (11:47 +0100)
committerTomas Doran <bobtfish@bobtfish.net>
Sat, 26 May 2012 10:47:07 +0000 (11:47 +0100)
commit4963dba2fd70c67c6ff5a0796742bfc4d1cb7961
tree158bcdd2220852dd04997c5a8cf46e5ab11d5ab3
parentb334a4de98edbe731abe63776f5f26a3a5f314ee
Make Makefile.PL less irritating.

Complain about all the Module::Install extensions in one go.
Do all the author_requires in another go.

This means that if you've got a clean-ish machine, you only get two
irritating lists to feed to cpanm, rather than having to do an
irritating install, perl Makefile.PL, install cycle till it works.

Also fix use of M::I extensions to include parens, as otherwise
if they're not installed then M::I doesn't load them, and our requires
checking is now at runtime rather than compile time (and 5.16.0
doesn't like it at compile time)..
Makefile.PL