summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-12-31 14:54:59 -0600
committerJesse Luehrs <doy@tozt.net>2012-12-31 14:54:59 -0600
commitf0c6f0692bd7bf3125fab3a1b89ce0f930d755d2 (patch)
tree1286d2f32a0465283e3b6119120a44fc211e1d54
parent540bab422ea009b7f9007208e2ff0e9770d5eb62 (diff)
downloadp6-bread-board-f0c6f0692bd7bf3125fab3a1b89ce0f930d755d2.tar.gz
p6-bread-board-f0c6f0692bd7bf3125fab3a1b89ce0f930d755d2.zip
add comment
-rw-r--r--lib/Bread/Board.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Bread/Board.pm b/lib/Bread/Board.pm
index 9928059..1773d12 100644
--- a/lib/Bread/Board.pm
+++ b/lib/Bread/Board.pm
@@ -5,6 +5,9 @@ module Bread::Board;
class Container {...}
class Dependency {...}
+# XXX it'd be nice if this wasn't necessary, but i don't know how to tell # '
+# whether an attribute has been set if that attribute is supposed to hold
+# type objects
role Lifecycle { }
role Traversable {