add Test::Exception
Rafael Kitover [Thu, 5 Aug 2010 03:51:52 +0000 (23:51 -0400)]
dist.ini
t/07-parameterized-role.t

index 50475b7..d101e68 100644 (file)
--- 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]
index 656f8fc..f1d11db 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings;
 use Test::More;
+use Test::Exception;
 
 BEGIN {
     unless (eval { require MooseX::Role::Parameterized }) {