summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-15 17:34:25 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-15 17:43:51 -0500
commit0bc360fa3c2e5a85a7110b62b74b1bfb9be284dd (patch)
treecbf6e0d4d523233448f20163824e751fb72d5e41
parent2174fd7705d465d46743dd4b2113cc98bb717e04 (diff)
downloadmoosex-validation-doctypes-0bc360fa3c2e5a85a7110b62b74b1bfb9be284dd.tar.gz
moosex-validation-doctypes-0bc360fa3c2e5a85a7110b62b74b1bfb9be284dd.zip
add experimental warning
-rw-r--r--lib/MooseX/Validation/Doctypes.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MooseX/Validation/Doctypes.pm b/lib/MooseX/Validation/Doctypes.pm
index 1c1ab2a..ab19476 100644
--- a/lib/MooseX/Validation/Doctypes.pm
+++ b/lib/MooseX/Validation/Doctypes.pm
@@ -68,6 +68,8 @@ use Sub::Exporter -setup => {
=head1 DESCRIPTION
+NOTE: The API for this module is still in flux as I try to decide on how it should work. You have been warned!
+
This module allows you to declare L<Moose> type constraints to validate nested
data structures as you may get back from a JSON web service or something along
those lines. The doctype declaration can be any arbitrarily nested structure of