From: John Napiorkowski Date: Thu, 4 Sep 2008 19:03:38 +0000 (+0000) Subject: deleted file X-Git-Tag: 0.06~4^2~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=cf0dce874b93ec01b3f5b1d1fb75da83450377f7 deleted file --- diff --git a/TODO b/TODO deleted file mode 100644 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???? - -