From: Tomas Doran Date: Tue, 8 Dec 2009 01:04:43 +0000 (+0000) Subject: Require new Module::Install for dist building X-Git-Tag: 0.93_01~41^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c2de971c025ff966e7223e88c4d41c1d6d249d7;p=gitmo%2FMoose.git Require new Module::Install for dist building --- diff --git a/Makefile.PL b/Makefile.PL index 44af576..4cc7e7f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install; +use inc::Module::Install 0.91; use Module::Install::ExtraTests; use Module::Install::AuthorRequires; use 5.008001;