We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d978fa0 commit dcc85ffCopy full SHA for dcc85ff
Porting/release_managers_guide.pod
@@ -825,7 +825,7 @@ an entry has been added by F<corelist-perldelta.pl>.
825
826
You should add pod links for GitHub issue references thusly:
827
828
- $ perl -gpi -e 's{\b(?:GH|github)\s*#(\d+)}{L<GH #$1|https://github.com/Perl/perl5/issues/$1>}ig' pod/perldelta.pod
+ $ perl -gpi -e 's{(?<!<)\b(?:GH|github)\s*#(\d+)}{L<GH #$1|https://github.com/Perl/perl5/issues/$1>}ig' pod/perldelta.pod
829
830
Re-read the perldelta to try to find any embarrassing typos and thinkos;
831
remove any C<TODO> or C<XXX> flags; update the "Known Problems" section
0 commit comments