File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -806,6 +806,10 @@ For a MAINT release use something like this instead:
806
806
Ideally, also fill in a summary of the major changes to each module for which
807
807
an entry has been added by F<corelist-perldelta.pl>.
808
808
809
+ You should add pod links for GitHub issue references thusly:
810
+
811
+ $ perl -p -i -e'BEGIN{undef $/}; s{(?:GH|github)\s*#(\d+)}{L<GH #$1|https://github.com/Perl/perl5/issues/$2>}img' pod/perldelta.pod
812
+
809
813
Re-read the perldelta to try to find any embarrassing typos and thinkos;
810
814
remove any C<TODO> or C<XXX> flags; update the "Known Problems" section
811
815
with any serious issues for which fixes are not going to happen now; and
@@ -821,10 +825,6 @@ formatting, e.g.
821
825
$ ./perl -Ilib ext/Pod-Html/bin/pod2html pod/perldelta.pod > \
822
826
~/perldelta.html
823
827
824
- You should add pod links for GitHub issue references thusly:
825
-
826
- $ perl -p -i -e'BEGIN{undef $/}; s{((?:GH|github)\s*#)(\d+)}{L<$1$2|https://github.com/Perl/perl5/issues/$2>}img' pod/perldelta.pod
827
-
828
828
If you make changes, be sure to commit them.
829
829
830
830
=for checklist skip BLEAD-POINT MAINT RC
You can’t perform that action at this time.
0 commit comments