This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mention mro plugins in perldiag
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 22:39:37 +0000 (14:39 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 22:49:58 +0000 (14:49 -0800)
and reflow the entry

pod/perldiag.pod

index 9a0e8b5..8ecd808 100644 (file)
@@ -2250,9 +2250,10 @@ escape was discovered.
 
 =item Invalid mro name: '%s'
 
-(F) You tried to C<mro::set_mro("classname", "foo")>
-or C<use mro 'foo'>, where C<foo> is not a valid method resolution order (MRO).
-(Currently, the only valid ones are C<dfs> and C<c3>). See L<mro>.
+(F) You tried to C<mro::set_mro("classname", "foo")> or C<use mro 'foo'>,
+where C<foo> is not a valid method resolution order (MRO).  Currently,
+the only valid ones supported are C<dfs> and C<c3>, unless you have loaded
+a module that is a MRO plugin.  See L<mro> and L<perlmroapi>.
 
 =item Invalid [] range "%s" in regex; marked by <-- HERE in m/%s/