Skip to content

Commit de26a03

Browse files
committed
pod/perldiag.pod - provide full path to issues tracker
https://github.com/Perl/perl5/issues shows the list of open issues, whereas https://github.com/Perl/perl5/issues/new/choose is where someone can create a new ticket.
1 parent 41bfa2b commit de26a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pod/perldiag.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ called as barewords. Something like this will work:
20162016

20172017
(P) This is either an error in Perl, or, if you're using
20182018
one, your L<custom regular expression engine|perlreapi>. If not the
2019-
latter, report the problem to L<https://github.com/Perl/perl5/issues>.
2019+
latter, report the problem to L<https://github.com/Perl/perl5/issues/new/choose>.
20202020

20212021
=item corrupted regexp pointers
20222022

@@ -5102,7 +5102,7 @@ utility to report; in regex; marked by S<<-- HERE> in m/%s/
51025102
(S regexp) You used a regular expression with case-insensitive matching,
51035103
and there is a bug in Perl in which the built-in regular expression
51045104
folding rules are not accurate. This may lead to incorrect results.
5105-
Please report this as a bug to L<https://github.com/Perl/perl5/issues>.
5105+
Please report this as a bug to L<https://github.com/Perl/perl5/issues/new/choose>.
51065106

51075107
=item Perl_my_%s() not available
51085108

0 commit comments

Comments
 (0)