From 86476983d21b7830a4f974f277e91b748542669a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 10 Oct 2011 19:19:22 -0500 Subject: tired of testing this with old moose versions --- t/roles.t | 6 ------ 1 file changed, 6 deletions(-) (limited to 't') 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', -- cgit v1.2.3-54-g00ecf