Add an experimental warning
Dave Rolsky [Mon, 24 Jan 2011 22:01:31 +0000 (16:01 -0600)]
lib/CatalystX/Routes.pm

index ccd2fa7..1422995 100644 (file)
@@ -238,6 +238,9 @@ __END__
 
 =head1 DESCRIPTION
 
+B<WARNING>: 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.