From 148136c313ee439bdf7c9faed3dbbb772c04a925 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Mon, 28 Jul 2025 13:01:20 -0400 Subject: [PATCH] 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. --- caretx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caretx.c b/caretx.c index 6dc7d9c144..f9c03ba7d8 100644 --- a/caretx.c +++ b/caretx.c @@ -21,7 +21,7 @@ /* This file contains a single function, set_caret_X, to set the $^X * variable. It's only used in perl.c, but has various OS dependencies, * so its been moved to its own file to reduce header pollution. - * See RT 120314 for details. + * See GH #13363 for details. */ #if defined(PERL_IS_MINIPERL) && !defined(USE_SITECUSTOMIZE)