summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-06-02 10:17:38 -0500
committerJesse Luehrs <doy@tozt.net>2011-06-02 10:26:42 -0500
commitf274aaa6f2ce5fdf10a853c47b0a36c8a614b81e (patch)
treed08af9b1f9b36be1f6b11e3a2fa7cef2f8f499d8 /lib
parent5953ca28fa118718dc7b572a835882b4c0a3ae79 (diff)
downloadbread-board-declare-f274aaa6f2ce5fdf10a853c47b0a36c8a614b81e.tar.gz
bread-board-declare-f274aaa6f2ce5fdf10a853c47b0a36c8a614b81e.zip
point to the attribute docs for more information
Diffstat (limited to 'lib')
-rw-r--r--lib/Bread/Board/Declare.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Bread/Board/Declare.pm b/lib/Bread/Board/Declare.pm
index 26d911d..404a427 100644
--- a/lib/Bread/Board/Declare.pm
+++ b/lib/Bread/Board/Declare.pm
@@ -82,7 +82,8 @@ C<< required => 1 >> is still valid on these attributes.
Constructor parameters for services (C<dependencies>, C<lifecycle>, etc) can
also be passed into the attribute definition; these will be forwarded to the
-service constructor.
+service constructor. See L<Bread::Board::Declare::Meta::Role::Attribute> for
+a full list of additional parameters to C<has>.
If C<< infer => 1 >> is passed in the attribute definition, the class in the
type constraint will be introspected to find its required dependencies, and