summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {