Skip to content

Commit

Permalink
Fix some broken POD C<> directives
Browse files Browse the repository at this point in the history
- Use verbatim block instead in SYNOPSIS
- Add whitespace or eliminate inner <> in C<<…>>
  • Loading branch information
ilmari authored and bingos committed Aug 21, 2018
1 parent 4546fa6 commit 56817fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Any.pm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ sub can_redirect_error {
my $is_dmake = $self->is_make_type('dmake');
Returns true if C<<$self->make>> is the given type; possibilities are:
Returns true if C<< $self->make >> is the given type; possibilities are:
gmake GNU make
dmake
Expand Down
4 changes: 2 additions & 2 deletions lib/ExtUtils/MM_Unix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker
=head1 SYNOPSIS
C<require ExtUtils::MM_Unix;>
require ExtUtils::MM_Unix;
=head1 DESCRIPTION
Expand Down Expand Up @@ -2910,7 +2910,7 @@ It will return the string "undef" if it can't figure out what $VERSION
is. $VERSION should be for all to see, so C<our $VERSION> or plain $VERSION
are okay, but C<my $VERSION> is not.
C<<package Foo VERSION>> is also checked for. The first version
C<package Foo VERSION> is also checked for. The first version
declaration found is used, but this may change as it differs from how
Perl does it.
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Mkbootstrap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
=head1 SYNOPSIS
C<Mkbootstrap>
Mkbootstrap
=head1 DESCRIPTION
Expand Down

0 comments on commit 56817fa

Please sign in to comment.