X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fec2b64ba71a44b1a7dd6d7d5f2e5b33d08603c1;hb=5475faecc8d3305cdc1f48836fffa871f3d1b507;hp=b744efecf3f23bdd1dc7df316ae3b46ca3ce9a95;hpb=1b694d4adddf47a956dcc49d7aa51cfc63af9e04;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Makefile.PL b/Makefile.PL index b744efe..fec2b64 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,5 +11,6 @@ all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm'; requires 'Moose' => '0.74'; requires 'namespace::clean' => 0; test_requires 'Test::More' => 0; +test_requires 'Test::Exception' => 0; WriteAll;