From: Ricardo Signes Date: Sat, 24 Apr 2010 00:51:47 +0000 (-0400) Subject: remove noisy, stupid Module::Install stuff X-Git-Tag: 0.12~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b064362f2be250cce145f275a53d938a83ad270;p=gitmo%2FMoose-Autobox.git remove noisy, stupid Module::Install stuff --- diff --git a/Makefile.PL b/Makefile.PL index cde3758..d01cf9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,6 @@ use strict; use warnings; use inc::Module::Install; -use Module::Install::ExtraTests; name('Moose-Autobox'); all_from('lib/Moose/Autobox.pm');