X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual%2FMethodModifiers.pod;h=a264155081eb63a1a79f07d301d0993ed905f7e9;hb=31c248bf3c003492975ce3f29dbe81fc6f78f655;hp=58bb96add731e02157d99b35ad9925df92155447;hpb=49d85bb58216f373e0398f0fd47780db82d30e26;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual/MethodModifiers.pod b/lib/Moose/Manual/MethodModifiers.pod index 58bb96a..a264155 100644 --- a/lib/Moose/Manual/MethodModifiers.pod +++ b/lib/Moose/Manual/MethodModifiers.pod @@ -315,7 +315,7 @@ semi-colon: These method modification features do not work well with multiple inheritance, due to how method resolution is performed in Perl. Experiment with a test -program to ensure your class heiarchy works as expected, or more preferably, +program to ensure your class hierarchy works as expected, or more preferably, don't use multiple inheritance (roles can help with this)!