From 099ba922e3c4298550fe065db9e4a9e9eb2d335a Mon Sep 17 00:00:00 2001 From: fschlich Date: Thu, 3 Oct 2013 15:28:33 +0200 Subject: typo --- lib/MooseX/NonMoose.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm index 26806b8..5bcf402 100644 --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -103,7 +103,7 @@ any class. For globref-based classes in particular, L will also allow Moose to work. For more information, see the C<032-moosex-insideout> and C<033-moosex-globref> tests bundled with this dist. -=item * Modifying your class' C<@ISA> after an intial C call will potentially +=item * Modifying your class' C<@ISA> after an initial C call will potentially cause problems if any of those new entries in the C<@ISA> override the constructor. C wraps the nearest C method at the time C is called and will not see any other C methods in the @ISA hierarchy. -- cgit v1.2.3-54-g00ecf