diff options
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 06d1ef9a93..ba23771c8d 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -2267,7 +2267,7 @@ value is 1) or not (the value is 0). This variable is always 1 if the perl has been compiled without threads. It is also 1 if this perl is using thread-safe locale operations. Note that an individual thread may choose to use the global locale (generally unsafe) by calling -C<switch_to_global_locale>. This variable currently is still +L<perlapi/switch_to_global_locale>. This variable currently is still set to 1 in such threads. This variable is read-only. |