Subject: | [PATCH] Fix spelling error in documentation |
Date: | Thu, 13 May 2010 21:26:42 +0900 |
To: | bug-MooseX-Traits [...] rt.cpan.org |
From: | Ansgar Burchardt <ansgar [...] 43-1.org> |
Hi,
the attached patch from Jonathan Yu <jawnsy@cpan.org> has been
introduced in Debian to fix a spelling error in the documentation.
Please consider applying it for the next release.
Regards,
Ansgar
Description: fix POD spelling errors
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: no
--- a/lib/MooseX/Traits.pm
+++ b/lib/MooseX/Traits.pm
@@ -126,7 +126,7 @@
one-by-one, he can just create a new class from yours with
C<with_traits>, and then instantiate that.
-There is also C<new_with_traits>, which exists for compatability
+There is also C<new_with_traits>, which exists for compatibility
reasons. It accepts a C<traits> parameter, creates a new class with
those traits, and then insantiates it.