summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-10-10 19:19:22 -0500
committerJesse Luehrs <doy@tozt.net>2011-10-10 19:19:22 -0500
commit86476983d21b7830a4f974f277e91b748542669a (patch)
treecf19e4805055b13c7451e82e7b6a95655a4a413a /t
parentb2118130f3b95818f332816eaf97b9349e881146 (diff)
downloadbread-board-declare-86476983d21b7830a4f974f277e91b748542669a.tar.gz
bread-board-declare-86476983d21b7830a4f974f277e91b748542669a.zip
tired of testing this with old moose versions
Diffstat (limited to 't')
-rw-r--r--t/roles.t6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/roles.t b/t/roles.t
index 704b13c..21a2684 100644
--- a/t/roles.t
+++ b/t/roles.t
@@ -10,9 +10,6 @@ use Test::Moose;
use Bread::Board::Declare;
has role1 => (
- (Moose->VERSION < 1.9900
- ? (traits => ['Service'])
- : ()),
is => 'ro',
isa => 'Str',
value => 'ROLE1',
@@ -49,9 +46,6 @@ use Test::Moose;
use Bread::Board::Declare;
has role2 => (
- (Moose->VERSION < 1.9900
- ? (traits => ['Service'])
- : ()),
is => 'ro',
isa => 'Str',
value => 'ROLE2',