summaryrefslogtreecommitdiffstats
path: root/lib/Bread/Board/Declare/ConstructorInjection.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-21 16:58:32 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-21 16:58:32 -0600
commit365ea7e974e669547ee2c4a1b8f394149349c3ce (patch)
treeb51f9633fbbcb6cd1f0a2d839bc63674d27f4b90 /lib/Bread/Board/Declare/ConstructorInjection.pm
parentef7e50ac283e90f9a1de96c6e3e65f636018cace (diff)
downloadbread-board-declare-365ea7e974e669547ee2c4a1b8f394149349c3ce.tar.gz
bread-board-declare-365ea7e974e669547ee2c4a1b8f394149349c3ce.zip
add docs
Diffstat (limited to 'lib/Bread/Board/Declare/ConstructorInjection.pm')
-rw-r--r--lib/Bread/Board/Declare/ConstructorInjection.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Bread/Board/Declare/ConstructorInjection.pm b/lib/Bread/Board/Declare/ConstructorInjection.pm
index 3d2a2c5..32b6f95 100644
--- a/lib/Bread/Board/Declare/ConstructorInjection.pm
+++ b/lib/Bread/Board/Declare/ConstructorInjection.pm
@@ -4,6 +4,10 @@ use Moose;
=head1 DESCRIPTION
+This is a custom subclass of L<Bread::Board::ConstructorInjection> which does
+the L<Bread::Board::Declare::Role::Service> role. See those two modules for
+more details.
+
=cut
extends 'Bread::Board::ConstructorInjection';