deleted file
John Napiorkowski [Thu, 4 Sep 2008 19:03:38 +0000 (19:03 +0000)]
TODO [deleted file]

diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index e66c97e..0000000
--- a/TODO
+++ /dev/null
@@ -1,14 +0,0 @@
-- We need a Role for Moose::Meta::TypeConstraint to define the interface we are decorating
-- we need a Role or some way to detect when there are parameters attached to the type
-
-??Do we need some sort of Factory for controlling the creation of types?
-
-Moose::TypeConstraint->create_base(%opt);
-Moose::TypeConstraint->create_structured(%opt, %signature_opts);
-Moose::TypeConstraint->create_parameterized(%opt, %);
-
-Or some sort of pattern for type constraints that accept args?
-
-then a ...->create(%opt) that chooses one of the above????
-
-