diff options
Diffstat (limited to 'lib/locale.pm')
-rw-r--r-- | lib/locale.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/locale.pm b/lib/locale.pm index 48213ab86c..44e88f48c6 100644 --- a/lib/locale.pm +++ b/lib/locale.pm @@ -20,6 +20,9 @@ locales for built-in operations (LC_CTYPE for regular expressions, and LC_COLLATE for string comparison). Each "use locale" or "no locale" affects statements to the end of the enclosing BLOCK. +See L<perllocale> for more detailed information on how Perl supports +locales. + =cut sub import { |