From: Rafael Kitover Date: Thu, 5 Aug 2010 03:51:52 +0000 (-0400) Subject: add Test::Exception X-Git-Tag: v0.18~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-ClassAttribute.git;a=commitdiff_plain;h=9f0ece1b2bdd2522008d209fc1286f68be91398c add Test::Exception --- diff --git a/dist.ini b/dist.ini index 50475b7..d101e68 100644 --- a/dist.ini +++ b/dist.ini @@ -32,7 +32,8 @@ Moose = 0.98 namespace::autoclean = 0 [Prereqs / TestRequires] -Test::More = 0.88 -Scalar::Util = 0 +Test::More = 0.88 +Test::Exception = 0 +Scalar::Util = 0 [@Git] diff --git a/t/07-parameterized-role.t b/t/07-parameterized-role.t index 656f8fc..f1d11db 100644 --- a/t/07-parameterized-role.t +++ b/t/07-parameterized-role.t @@ -1,6 +1,7 @@ use strict; use warnings; use Test::More; +use Test::Exception; BEGIN { unless (eval { require MooseX::Role::Parameterized }) {