Skip to content
Closed
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
15 changes: 15 additions & 0 deletions Porting/release_managers_guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,21 @@ colon-delimited versions to use for comparison. For example:

L<http://analysis.cpantesters.org/beforemaintrelease?pair=5.20.2:5.22.0%20RC1>

=head3 check pod errors

F<t/porting/podcheck.t> is a porting test that will fail if it finds new
problems in pods. However, it can be taught to ignore problems, and
sometimes people do so for problems that really should be fixed before
release. To see what it is ignoring, run

perl t/porting/podcheck.t --counts

Any problems listed as pedantic aren't worth your time investigating.
These have a C<?> at the beginning of the text, or are for the too-long
verbatim lines.

But other warnings should be. In particular, a broken link can well
mean that someone clicking on the pod in a web page will get a 404.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a blank line after this one and before the next =head3

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

=head3 update perldelta

Get perldelta in a mostly finished state.
Expand Down