summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2014-08-16 08:20:33 +0100
committerToby Inkster <mail@tobyinkster.co.uk>2014-08-16 08:20:33 +0100
commitf6b6d53d1560ce8f5466be62f099bd48f56aa6ab (patch)
tree5e3dfd1e962711646c15faa156cf6c1b42bc4c20 /TODO
parentfb9488ab48d9307580674e4be9749a9a508d1ac7 (diff)
another item for TODO list
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index e07c31f1..8105e4ce 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,9 @@
Post-1.000000 Changes
=====================
+* Type::Params should provide compile_named/validate_named functions
+ tailored for named parameters rather than using the slurpy Dict hack.
+
* Try to make inlining for ClassName, RoleName, StrMatch, etc more
suitable for things like Mite.
@@ -27,5 +30,4 @@ Post-1.000000 Changes
* Perhaps allow Type::Coercion::FromMoose's implementation of
add_type_coercions to succeed?
-* to_TypeTiny's _TypeTinyFromGeneric could support inlining.
-
+* to_TypeTiny's _TypeTinyFromGeneric could support inlining?