From 162a3e3490003fa9aacf8f548347be9a2bdd748f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 14:39:37 -0800 Subject: [PATCH] Mention mro plugins in perldiag and reflow the entry --- pod/perldiag.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9a0e8b5..8ecd808 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2250,9 +2250,10 @@ escape was discovered. =item Invalid mro name: '%s' -(F) You tried to C -or C, where C is not a valid method resolution order (MRO). -(Currently, the only valid ones are C and C). See L. +(F) You tried to C or C, +where C is not a valid method resolution order (MRO). Currently, +the only valid ones supported are C and C, unless you have loaded +a module that is a MRO plugin. See L and L. =item Invalid [] range "%s" in regex; marked by <-- HERE in m/%s/ -- 2.7.4