From 0bc360fa3c2e5a85a7110b62b74b1bfb9be284dd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Oct 2012 17:34:25 -0500 Subject: add experimental warning --- lib/MooseX/Validation/Doctypes.pm | 2 ++ 1 file changed, 2 insertions(+) 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 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 -- cgit v1.2.3