Skip to content

Commit 192c731

Browse files
Grinnzbingos
authored andcommitted
Add crosslinks to various referenced documentation
1 parent abcc938 commit 192c731

File tree

19 files changed

+61
-56
lines changed

19 files changed

+61
-56
lines changed

lib/ExtUtils/MM.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass
2323
2424
B<FOR INTERNAL USE ONLY>
2525
26-
ExtUtils::MM is a subclass of ExtUtils::MakeMaker which automatically
26+
ExtUtils::MM is a subclass of L<ExtUtils::MakeMaker> which automatically
2727
chooses the appropriate OS specific subclass for you
28-
(ie. ExtUils::MM_Unix, etc...).
28+
(ie. L<ExtUtils::MM_Unix>, etc...).
2929
3030
It also provides a convenient alias via the MM class (I didn't want
3131
MakeMaker modules outside of ExtUtils/).

lib/ExtUtils/MM_AIX.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ ExtUtils::MM_AIX - AIX specific subclass of ExtUtils::MM_Unix
1919
2020
=head1 DESCRIPTION
2121
22-
This is a subclass of ExtUtils::MM_Unix which contains functionality for
22+
This is a subclass of L<ExtUtils::MM_Unix> which contains functionality for
2323
AIX.
2424
25-
Unless otherwise stated it works just like ExtUtils::MM_Unix
25+
Unless otherwise stated it works just like ExtUtils::MM_Unix.
2626
2727
=head2 Overridden methods
2828

lib/ExtUtils/MM_Any.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ExtUtils::MM_Any is a superclass for the ExtUtils::MM_* set of
4646
modules. It contains methods which are either inherently
4747
cross-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
5050
temporary solution.
5151
5252
B<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
11711171
conversion. This hopefully results in something that can be used further
11721172
on, no guarantee is made though.
11731173
@@ -2418,7 +2418,7 @@ Initializes the macro definitions having to do with compiling and
24182418
linking used by tools_other() and places them in the $MM object.
24192419
24202420
If 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
27732773
override File::Spec.
27742774
27752775

lib/ExtUtils/MM_BeOS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker
1212
1313
=head1 DESCRIPTION
1414
15-
See ExtUtils::MM_Unix for a documentation of the methods provided
15+
See L<ExtUtils::MM_Unix> for a documentation of the methods provided
1616
there. This package overrides the implementation of these methods, not
1717
the semantics.
1818

lib/ExtUtils/MM_Cygwin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ExtUtils::MM_Cygwin - methods to override UN*X behaviour in ExtUtils::MakeMaker
2222
2323
=head1 DESCRIPTION
2424
25-
See ExtUtils::MM_Unix for a documentation of the methods provided there.
25+
See L<ExtUtils::MM_Unix> for a documentation of the methods provided there.
2626
2727
=over 4
2828

lib/ExtUtils/MM_DOS.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ ExtUtils::MM_DOS - DOS specific subclass of ExtUtils::MM_Unix
2121
2222
=head1 DESCRIPTION
2323
24-
This is a subclass of ExtUtils::MM_Unix which contains functionality
24+
This is a subclass of L<ExtUtils::MM_Unix> which contains functionality
2525
for DOS.
2626
27-
Unless otherwise stated, it works just like ExtUtils::MM_Unix
27+
Unless otherwise stated, it works just like ExtUtils::MM_Unix.
2828
2929
=head2 Overridden methods
3030

lib/ExtUtils/MM_Darwin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ExtUtils::MM_Darwin - special behaviors for OS X
2121
2222
=head1 DESCRIPTION
2323
24-
See L<ExtUtils::MM_Unix> for L<ExtUtils::MM_Any> for documentation on the
24+
See L<ExtUtils::MM_Unix> or L<ExtUtils::MM_Any> for documentation on the
2525
methods overridden here.
2626
2727
=head2 Overridden Methods

lib/ExtUtils/MM_NW5.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker
1010
1111
=head1 DESCRIPTION
1212
13-
See ExtUtils::MM_Unix for a documentation of the methods provided
13+
See L<ExtUtils::MM_Unix> for a documentation of the methods provided
1414
there. This package overrides the implementation of these methods, not
1515
the semantics.
1616

lib/ExtUtils/MM_OS2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ExtUtils::MM_OS2 - methods to override UN*X behaviour in ExtUtils::MakeMaker
2424
2525
=head1 DESCRIPTION
2626
27-
See ExtUtils::MM_Unix for a documentation of the methods provided
27+
See L<ExtUtils::MM_Unix> for a documentation of the methods provided
2828
there. This package overrides the implementation of these methods, not
2929
the semantics.
3030

lib/ExtUtils/MM_QNX.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ ExtUtils::MM_QNX - QNX specific subclass of ExtUtils::MM_Unix
1919
2020
=head1 DESCRIPTION
2121
22-
This is a subclass of ExtUtils::MM_Unix which contains functionality for
22+
This is a subclass of L<ExtUtils::MM_Unix> which contains functionality for
2323
QNX.
2424
25-
Unless otherwise stated it works just like ExtUtils::MM_Unix
25+
Unless otherwise stated it works just like ExtUtils::MM_Unix.
2626
2727
=head2 Overridden methods
2828

0 commit comments

Comments
 (0)