Subject: | [PATCH] Correct typo in documentation |
Date: | Mon, 22 Mar 2010 13:08:52 +0900 |
To: | bug-Exception-Class [...] rt.cpan.org |
From: | Ansgar Burchardt <ansgar [...] 43-1.org> |
Hi,
the attached patch corrects a small typo in the documentation. Please
consider applying it.
Regards,
Ansgar
# HG changeset patch
# User Ansgar Burchardt <ansgar@43-1.org>
# Date 1269229886 -32400
# Node ID 97f163b61a5a2b5b2a21add06c1e13cf321f750c
# Parent ec441683ddcfa4315d3cf92fa675c71561a9f8fb
Correct a typo in the documentation
diff -r ec441683ddcf -r 97f163b61a5a lib/Exception/Class/Base.pm
--- a/lib/Exception/Class/Base.pm Sat Mar 20 11:50:24 2010 -0500
+++ b/lib/Exception/Class/Base.pm Mon Mar 22 12:51:26 2010 +0900
@@ -227,7 +227,7 @@
=head2 MyException->Trace($boolean)
Each C<Exception::Class::Base> subclass can be set individually to
-include a a stacktrace when the C<as_string> method is called. The
+include a stacktrace when the C<as_string> method is called. The
default is to not include a stacktrace. Calling this method with a
value changes this behavior. It always returns the current value
(after any change is applied).