From: Jesse Luehrs Date: Sun, 17 Oct 2010 21:35:27 +0000 (-0500) Subject: fix some doc errors X-Git-Tag: 1.16~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cef1e197f68366d73d6b146b3cbe2757121d5d75;p=gitmo%2FMoose.git fix some doc errors --- diff --git a/lib/Moose/Error/Default.pm b/lib/Moose/Error/Default.pm index 9627564..41d6764 100644 --- a/lib/Moose/Error/Default.pm +++ b/lib/Moose/Error/Default.pm @@ -66,7 +66,7 @@ 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, +to default to L's behaviour on a system wide basis, set the MOOSE_ERROR_TERSE environment variable to a true value. =head1 METHODS @@ -75,7 +75,8 @@ set the MOOSE_ERROR_TERSE environment variable to a true value. =item new @args -Create a new error. Delegates to C. +Create a new error. Delegates to C or +C. =item create_error_confess @args