summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
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',