From: Shawn M Moore Date: Sun, 28 Sep 2008 16:25:48 +0000 (+0000) Subject: We no longer depend on Test::Exception X-Git-Tag: 0.19~195 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=429ce015fa73af2ce45773edf54c1f1fd4216a1b We no longer depend on Test::Exception --- diff --git a/Makefile.PL b/Makefile.PL index 13cf932..0d68d56 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,6 @@ name 'Mouse'; all_from 'lib/Mouse.pm'; build_requires 'Test::More'; -build_requires 'Test::Exception'; WriteAll;