From: gfx Date: Fri, 10 Sep 2010 04:55:58 +0000 (+0900) Subject: Oops! Add missing dependencies X-Git-Tag: 0.67~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=533ed4d62f91d288988b2b01aa75bdb40c5817b9;p=gitmo%2FMouse.git Oops! Add missing dependencies --- diff --git a/Makefile.PL b/Makefile.PL index 82c74c9..4ea3b8c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,10 +8,10 @@ BEGIN{ use strict; use warnings; -use inc::Module::Install 0.99; +use inc::Module::Install 1.00; # for co-developpers -use Module::Install::XSUtil 0.24; +use Module::Install::XSUtil 0.27; use Module::Install::AuthorTests; system($^X, 'tool/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm') == 0 @@ -25,13 +25,13 @@ all_from 'lib/Mouse.pm'; requires 'Scalar::Util' => 1.14; test_requires 'Test::More' => 0.88; +test_requires 'Test::Exception' => 0.29; my %suggests = ( 'Any::Moose' => 0.10, 'Data::Util' => 0.55, 'MouseX::AttributeHelpers' => 0.06, ); - while(my($mod, $least) = each %suggests){ my $status = system $^X, '-e', <<"CHECK"; if(eval q{ use $mod (); 1 }) {