summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-12-28 04:56:35 -0600
committerJesse Luehrs <doy@tozt.net>2012-12-28 04:56:35 -0600
commitb125d0c515a005c193f6d3cf28c3662a0f8eeb8a (patch)
treedc957aef7646d8bf7e8f1c964a1dfa083d201d72
parent9bc0356f6309ff666401a22764816ace91e9cf77 (diff)
downloadp6-bread-board-b125d0c515a005c193f6d3cf28c3662a0f8eeb8a.tar.gz
p6-bread-board-b125d0c515a005c193f6d3cf28c3662a0f8eeb8a.zip
adjust comment
-rw-r--r--lib/Bread/Board.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Bread/Board.pm b/lib/Bread/Board.pm
index c27920b..b80a093 100644
--- a/lib/Bread/Board.pm
+++ b/lib/Bread/Board.pm
@@ -85,7 +85,8 @@ class Bread::Board::ConstructorInjection
class Bread::Board::Parameters {
has Hash $.params;
- # XXX do we really want to keep this API?
+ # XXX do we really want to keep this API? or should this really just be
+ # the service object?
has $.class;
method param (Str $name) {