summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-03 08:19:05 -0700
committerJesse Luehrs <doy@tozt.net>2013-10-03 08:19:05 -0700
commit00882f71d0efc5bf7123842a0e60f330623a409b (patch)
tree498f507233e6ad320d6fdc7f968b8b395d19a785
parent4f04f0974df35467d6b4c01c5b840c16f059dbe4 (diff)
parent099ba922e3c4298550fe065db9e4a9e9eb2d335a (diff)
downloadmoosex-nonmoose-00882f71d0efc5bf7123842a0e60f330623a409b.tar.gz
moosex-nonmoose-00882f71d0efc5bf7123842a0e60f330623a409b.zip
Merge pull request #6 from fschlich/patch-1
typo
-rw-r--r--lib/MooseX/NonMoose.pm2
1 files changed, 1 insertions, 1 deletions
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<MooseX::GlobRef> 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<extends> call will potentially
+=item * Modifying your class' C<@ISA> after an initial C<extends> call will potentially
cause problems if any of those new entries in the C<@ISA> override the constructor.
C<MooseX::NonMoose> wraps the nearest C<new()> method at the time C<extends>
is called and will not see any other C<new()> methods in the @ISA hierarchy.