diff options
Diffstat (limited to 'lib/vars.pm')
-rw-r--r-- | lib/vars.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vars.pm b/lib/vars.pm index 233979d264..020568e9e0 100644 --- a/lib/vars.pm +++ b/lib/vars.pm @@ -79,6 +79,8 @@ outside of the package), it can act as an acceptable substitute by pre-declaring global symbols, ensuring their availability to the later-loaded routines. +The C<use vars> does not work for UTF-8 variable names. + See L<perlmodlib/Pragmatic Modules>. =cut |