From: Dave Rolsky Date: Sat, 21 Mar 2009 03:07:08 +0000 (-0500) Subject: Fix a comment in the typo X-Git-Tag: 0.72_01~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=db9fda52cf6be49b6d7c7a2417fa3a338f763f68;p=gitmo%2FMoose.git Fix a comment in the typo --- diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index 6f167af..06272bc 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -379,7 +379,7 @@ sub _find_common_ancestor { # FIXME? This doesn't account for multiple inheritance (not sure # if it needs to though). For example, is somewhere in $meta1's - # history it inherits from both ClassA and ClassB, and $meta + # history it inherits from both ClassA and ClassB, and $meta2 # inherits from ClassB & ClassA, does it matter? And what crazy # fool would do that anyway?