From: Dave Rolsky Date: Mon, 24 Jan 2011 22:01:31 +0000 (-0600) Subject: Add an experimental warning X-Git-Tag: 0.01~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bde5b9ee555252c593e221eb750a405b23af5cd;hp=a1dc93d7edcaa8cbd4b00d04a1c7a0c8421a4022;p=catagits%2FCatalystX-Routes.git Add an experimental warning --- diff --git a/lib/CatalystX/Routes.pm b/lib/CatalystX/Routes.pm index ccd2fa7..1422995 100644 --- a/lib/CatalystX/Routes.pm +++ b/lib/CatalystX/Routes.pm @@ -238,6 +238,9 @@ __END__ =head1 DESCRIPTION +B: This module is still experimental. It works well, but the APIs may +change without warning. + This module provides a sugar layer that allows controllers to declare chained RESTful actions.