From 766a9ea1912f488281e2b3ee32cccc44d58fbc27 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 21 Feb 2011 16:58:38 -0600 Subject: use does here, for clarity --- lib/Bread/Board/Declare/Meta/Role/Attribute.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Bread/Board/Declare/Meta/Role/Attribute.pm b/lib/Bread/Board/Declare/Meta/Role/Attribute.pm index 4ae6a94..22940a2 100644 --- a/lib/Bread/Board/Declare/Meta/Role/Attribute.pm +++ b/lib/Bread/Board/Declare/Meta/Role/Attribute.pm @@ -104,7 +104,7 @@ The service object that is associated with this attribute. has associated_service => ( is => 'rw', - isa => 'Bread::Board::Service', + does => 'Bread::Board::Service', predicate => 'has_associated_service', ); -- cgit v1.2.3