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.
This commit is contained in:
James E Keenan 2025-07-28 13:01:20 -04:00 committed by James E Keenan
parent 97d0d86337
commit 148136c313

View File

@ -21,7 +21,7 @@
/* This file contains a single function, set_caret_X, to set the $^X /* 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, * 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. * 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) #if defined(PERL_IS_MINIPERL) && !defined(USE_SITECUSTOMIZE)