summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-21 16:58:38 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-21 16:58:38 -0600
commit766a9ea1912f488281e2b3ee32cccc44d58fbc27 (patch)
tree43f5ff7b4e9e4786735e4edaa96b21071976ea4a /lib
parent365ea7e974e669547ee2c4a1b8f394149349c3ce (diff)
downloadbread-board-declare-766a9ea1912f488281e2b3ee32cccc44d58fbc27.tar.gz
bread-board-declare-766a9ea1912f488281e2b3ee32cccc44d58fbc27.zip
use does here, for clarity
Diffstat (limited to 'lib')
-rw-r--r--lib/Bread/Board/Declare/Meta/Role/Attribute.pm2
1 files changed, 1 insertions, 1 deletions
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',
);