projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1403ec9
)
add Test::Exception
Rafael Kitover [Thu, 5 Aug 2010 03:51:52 +0000 (23:51 -0400)]
dist.ini
patch
|
blob
|
blame
|
history
t/07-parameterized-role.t
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/dist.ini
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]
diff --git
a/t/07-parameterized-role.t
b/t/07-parameterized-role.t
index
656f8fc
..
f1d11db
100644
(file)
--- 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 }) {