From: Dave Rolsky Date: Mon, 18 Oct 2010 14:38:58 +0000 (-0500) Subject: Note that MOOSE_ERROR_STYLE is experimental X-Git-Tag: 1.16~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1b27b2a6b06588926b8c40f2e812ec10138eaa5a;p=gitmo%2FMoose.git Note that MOOSE_ERROR_STYLE is experimental --- diff --git a/Changes b/Changes index 3ffd282..87fbe3a 100644 --- 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] diff --git a/lib/Moose/Error/Default.pm b/lib/Moose/Error/Default.pm index 77e1bbd..5a09484 100644 --- a/lib/Moose/Error/Default.pm +++ b/lib/Moose/Error/Default.pm @@ -64,9 +64,11 @@ Moose::Error::Default - L based error generation for Moose. This class implements L based error generation. -The default behavior is like L. To override this -to default to L's behaviour on a system wide basis, -set the MOOSE_ERROR_STYLE environment variable to C. +The default behavior is like L. To override this to +default to L's behaviour on a system wide basis, set the +MOOSE_ERROR_STYLE environment variable to C. The use of this +environment variable is considered experimental, and may change in a future +release. =head1 METHODS