Make our Makefile.PL work with recent versions of Module::Install.
authorFlorian Ragwitz <rafl@debian.org>
Sat, 24 Apr 2010 00:18:54 +0000 (02:18 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Sat, 24 Apr 2010 00:18:54 +0000 (02:18 +0200)
commit4ff140fe745c185ceea9cfcb9c82214777e158e2
tree09ce80ef6d1a5c7b66c830147ceb71fddc2d1ac5
parent9423490e7c9c991cd96cb2e05e989586fecd1aa8
Make our Makefile.PL work with recent versions of Module::Install.

M::I now runs extra tests automatically, so we don't need
Module::Install::ExtraTests anymore.

Also, old versions of Module::Install::ExtraTests did enable themself by only
being installed, not by the Makefile.PL actually using extra_tests(). This
caused the xt/ tests to be run twice and the test harness to fail. Therefore we
also make sure we have a fixed version of ::ExtraTests, if it is installed.
Makefile.PL