From: Florian Ragwitz Date: Fri, 28 May 2010 12:24:05 +0000 (+0200) Subject: Revert "remove noisy, stupid Module::Install stuff" X-Git-Tag: 0.12~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9c0fe82e9ef3c7655fb1a7022d08b872102b827;hp=0b064362f2be250cce145f275a53d938a83ad270;p=gitmo%2FMoose-Autobox.git Revert "remove noisy, stupid Module::Install stuff" This reverts commit 0b064362f2be250cce145f275a53d938a83ad270. Not stupid. And not noisy with recent Module::Install versions. --- diff --git a/Makefile.PL b/Makefile.PL index d01cf9e..9a35aa8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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');