From: Craig A. Berry Date: Thu, 23 Jul 2009 13:08:29 +0000 (-0500) Subject: Restore full name of mro::mro_invalidate_all_method_caches. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4133167b58b08f5c4b0308e2c6a6830796adfdb;p=p5sagit%2Fp5-mst-13.2.git Restore full name of mro::mro_invalidate_all_method_caches. It went missing in 1e9bd1186a044d6e3506ed14fbe055b8. See discussion at: Message-ID: <20090722103454.GE60303@plum.flirble.org> --- diff --git a/ext/mro/mro.xs b/ext/mro/mro.xs index 1208c6c..a4f6d6e 100644 --- a/ext/mro/mro.xs +++ b/ext/mro/mro.xs @@ -386,7 +386,7 @@ mro_is_universal(...) void -mro_invalidate_method_caches(...) +mro_invalidate_all_method_caches(...) PROTOTYPE: PPCODE: if (items != 0)