From: Florian Ragwitz Date: Wed, 27 May 2009 21:49:28 +0000 (+0200) Subject: Fix doc typo/weirdness. X-Git-Tag: 0.11~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e7b24f4b2f163536d0ebb651e8fa53feffa7800;p=gitmo%2FMRO-Compat.git Fix doc typo/weirdness. Closes RT#46401. --- diff --git a/lib/MRO/Compat.pm b/lib/MRO/Compat.pm index 63aea3e..952f72f 100644 --- a/lib/MRO/Compat.pm +++ b/lib/MRO/Compat.pm @@ -212,8 +212,8 @@ sub __get_mro { =head2 mro::get_isarev($classname) Returns an arrayref of classes who are subclasses of the -given classname. In other words, classes who we exist, -however indirectly, in the @ISA inheritancy hierarchy of. +given classname. In other words, classes in whose @ISA +hierarchy we appear, no matter how indirectly. This is much slower on pre-5.9.5 Perls with MRO::Compat than it is on 5.9.5+, as it has to search the entire