summaryrefslogtreecommitdiff
path: root/lib/vars.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-16 12:34:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-16 12:34:36 +0000
commitc20e2abd87bda89a16a4bc4b0eaecf500fbede5c (patch)
tree2178be0864ad475b7f483634a5ec7614792d6fba /lib/vars.pm
parentddbf912790641017a0ae28c039dec8489579cc0c (diff)
downloadperl-c20e2abd87bda89a16a4bc4b0eaecf500fbede5c.tar.gz
Let's not promise too much: use utf8 only works on identifier
names, not package or subroutine names (admittedly limited [1], but that's what the Camel says, and that's what we are going to stick to for 5.8.0). Also document that use vars does not do utf8. [1] The obvious problem in both is that package and subroutine names need to mappable to the filesystem. p4raw-id: //depot/perl@15947
Diffstat (limited to 'lib/vars.pm')
-rw-r--r--lib/vars.pm2
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