diff options
author | Karl Williamson <khw@cpan.org> | 2016-04-22 13:00:22 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-04-22 13:08:10 -0600 |
commit | a95b3d6ada665e29ff33e3063306726e5ec40338 (patch) | |
tree | 07b90150d67aff5172c2681c07da6b74e0ae955a /Porting | |
parent | 319b236e2ed58e5be687a549dd0b94342cacd751 (diff) | |
download | perl-a95b3d6ada665e29ff33e3063306726e5ec40338.tar.gz |
Fix some pod errors
These were discovered while testing the Pod::Checker that is intended to
be used in 5.25.
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/release_managers_guide.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 6d67d0bf06..d2223f6dfb 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1483,19 +1483,19 @@ to ensure that the tarballs are available on the website. =item * -Check C</src> on CPAN (on a fast mirror) to ensure that links to -the new tarballs have appeared: There should be links in C</src/5.0> +Check F</src> on CPAN (on a fast mirror) to ensure that links to +the new tarballs have appeared: There should be links in F</src/5.0> (which is accumulating all new versions), and (for BLEAD-FINAL and -MAINT only) an appropriate mention in C</src/README.html> (which describes +MAINT only) an appropriate mention in F</src/README.html> (which describes the latest versions in each stable branch, with links). -The C</src/5.0> links should appear automatically, some hours after upload. -If they don't, or the C</src> description is inadequate, +The F</src/5.0> links should appear automatically, some hours after upload. +If they don't, or the F</src> description is inadequate, ask Ask <ask@perl.org>. =item * -Check L<http://www.cpan.org/src/> to ensure that the C</src> updates +Check L<http://www.cpan.org/src/> to ensure that the F</src> updates have been correctly mirrored to the website. If they haven't, ask Ask <ask@perl.org>. |