summaryrefslogtreecommitdiff
path: root/t/base
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2019-11-26 19:04:57 -0500
committerKarl Williamson <khw@cpan.org>2019-11-26 17:55:48 -0800
commit8034715d6688b4ce5c0cd7447b497ad2b011ddaf (patch)
tree7c566313f7d25b6710faa8e04bf7fe6bc6ade892 /t/base
parentb4285b0dabe98fc37362ed5367ba070593c8cbbc (diff)
downloadperl-8034715d6688b4ce5c0cd7447b497ad2b011ddaf.tar.gz
Convert issue links from rt.perl.org to GitHub
Diffstat (limited to 't/base')
-rw-r--r--t/base/lex.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/base/lex.t b/t/base/lex.t
index faeb37dc30..b38f963363 100644
--- a/t/base/lex.t
+++ b/t/base/lex.t
@@ -396,7 +396,7 @@ for(qw< require goto last next redo CORE::dump >) {
print "# $@" if $@;
}
-# https://rt.perl.org/rt3/Ticket/Display.html?id=56880
+# https://github.com/Perl/perl5/issues/9415
my $counter = 0;
eval 'v23: $counter++; goto v23 unless $counter == 2';
print "not " unless $counter == 2;