Revert "remove noisy, stupid Module::Install stuff"
Florian Ragwitz [Fri, 28 May 2010 12:24:05 +0000 (14:24 +0200)]
This reverts commit 0b064362f2be250cce145f275a53d938a83ad270.

Not stupid. And not noisy with recent Module::Install versions.

Makefile.PL

index d01cf9e..9a35aa8 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings;
-use inc::Module::Install;
+use inc::Module::Install 0.96;
+use Module::Install::ExtraTests;
 
 name('Moose-Autobox');
 all_from('lib/Moose/Autobox.pm');