@@ -46,7 +46,7 @@ ExtUtils::MM_Any is a superclass for the ExtUtils::MM_* set of
4646modules. It contains methods which are either inherently
4747cross-platform or are written in a cross-platform manner.
4848
49- Subclass off of ExtUtils::MM_Any I<and > ExtUtils::MM_Unix. This is a
49+ Subclass off of ExtUtils::MM_Any I<and > L< ExtUtils::MM_Unix> . This is a
5050temporary solution.
5151
5252B<THIS MAY BE TEMPORARY! >
@@ -1167,7 +1167,7 @@ MAKE_FRAG
11671167
11681168 $mm->_fix_metadata_before_conversion( \%metadata );
11691169
1170- Fixes errors in the metadata before it's handed off to CPAN::Meta for
1170+ Fixes errors in the metadata before it's handed off to L< CPAN::Meta> for
11711171conversion. This hopefully results in something that can be used further
11721172on, no guarantee is made though.
11731173
@@ -2418,7 +2418,7 @@ Initializes the macro definitions having to do with compiling and
24182418linking used by tools_other() and places them in the $MM object.
24192419
24202420If there is no description, its the same as the parameter to
2421- WriteMakefile() documented in ExtUtils::MakeMaker.
2421+ WriteMakefile() documented in L< ExtUtils::MakeMaker> .
24222422
24232423=cut
24242424
@@ -2769,7 +2769,7 @@ END
27692769
27702770=head2 File::Spec wrappers
27712771
2772- ExtUtils::MM_Any is a subclass of File::Spec. The methods noted here
2772+ ExtUtils::MM_Any is a subclass of L< File::Spec> . The methods noted here
27732773override File::Spec.
27742774
27752775
0 commit comments