From: Graham Knop Date: Thu, 15 Feb 2018 14:38:31 +0000 (+0100) Subject: fix some pod formatting and linking issues X-Git-Tag: v1.001_001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FClass-C3-Componentised.git;a=commitdiff_plain;h=b22f9d214430e51191080c31d8b5d441d28b8586 fix some pod formatting and linking issues --- diff --git a/lib/Class/C3/Componentised.pm b/lib/Class/C3/Componentised.pm index 2007b27..0e150cc 100644 --- a/lib/Class/C3/Componentised.pm +++ b/lib/Class/C3/Componentised.pm @@ -73,7 +73,8 @@ sub load_components { =head2 load_own_components( @comps ) -Similar to L, but assumes every class is C<"$class::$comp">. +Similar to L, but assumes every +class is C<"$class::$comp">. =cut @@ -93,8 +94,8 @@ sub _load_components { =head2 load_optional_components -As L, but will silently ignore any components that cannot be -found. +As L, but will silently ignore any +components that cannot be found. =cut @@ -173,7 +174,7 @@ sub ensure_class_found { =head2 inject_base -Does the actual magic of adjusting @ISA on the target module. +Does the actual magic of adjusting C<@ISA> on the target module. =cut