Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib/CPAN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,7 @@ B<Note>: This whole command currently is just a hack and will
probably change in future versions of CPAN.pm, but the general
approach will likely remain.

B<Note>: See also L<smoke>
B<Note>: See also L<smoke|/smoke ***EXPERIMENTAL COMMAND***>

=head2 recompile

Expand Down Expand Up @@ -1953,7 +1953,7 @@ B<Note>: This whole command currently is just a hack and will
probably change in future versions of CPAN.pm, but the general
approach will likely remain.

B<Note>: See also L<recent>
B<Note>: See also L<recent|/recent ***EXPERIMENTAL COMMAND***>

=head2 upgrade [Module|/Regexp/]...

Expand Down Expand Up @@ -3595,8 +3595,8 @@ See the source for details.

=item use_inst($module)

Similary to L<has_inst()> tries to load optional library but also dies if
library is not available
Similary to L</has_inst($module)> tries to load optional library but also
dies if library is not available

=item has_usable($module)

Expand Down