From a4133167b58b08f5c4b0308e2c6a6830796adfdb Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Thu, 23 Jul 2009 08:08:29 -0500 Subject: [PATCH] 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> --- ext/mro/mro.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1