Note that MOOSE_ERROR_STYLE is experimental
Dave Rolsky [Mon, 18 Oct 2010 14:38:58 +0000 (09:38 -0500)]
Changes
lib/Moose/Error/Default.pm

diff --git a/Changes b/Changes
index 3ffd282..87fbe3a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -18,7 +18,8 @@ for, noteworthy changes.
     Rolsky)
 
   * Allow disabling stack traces by setting an environment variable. See
-    Moose::Error::Default for details. (Marcus Ramberg)
+    Moose::Error::Default for details. This feature is considered
+    experimental, and may change in a future release. (Marcus Ramberg)
 
   [BUG FIXES]
 
index 77e1bbd..5a09484 100644 (file)
@@ -64,9 +64,11 @@ Moose::Error::Default - L<Carp> based error generation for Moose.
 
 This class implements L<Carp> based error generation.
 
-The default behavior is like L<Moose::Error::Confess>. To override this
-to default to L<Moose::Error::Croak>'s behaviour on a system wide basis,
-set the MOOSE_ERROR_STYLE environment variable to C<croak>.
+The default behavior is like L<Moose::Error::Confess>. To override this to
+default to L<Moose::Error::Croak>'s behaviour on a system wide basis, set the
+MOOSE_ERROR_STYLE environment variable to C<croak>. The use of this
+environment variable is considered experimental, and may change in a future
+release.
 
 =head1 METHODS