Skip to content

Commit 148136c

Browse files
committed
Convert RT ticket reference to GH
A reference to an old ticket in rt.perl.org found within a C comment was not converted to point to a GH ticket. Observed while evaluating GH #23483.
1 parent 97d0d86 commit 148136c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caretx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/* This file contains a single function, set_caret_X, to set the $^X
2222
* variable. It's only used in perl.c, but has various OS dependencies,
2323
* so its been moved to its own file to reduce header pollution.
24-
* See RT 120314 for details.
24+
* See GH #13363 for details.
2525
*/
2626

2727
#if defined(PERL_IS_MINIPERL) && !defined(USE_SITECUSTOMIZE)

0 commit comments

Comments
 (0)