diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-18 04:31:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-18 04:31:00 +0000 |
commit | 1eec2d18e21f1f22a96183785e6a9c6506a1e9d0 (patch) | |
tree | 29d971a45050b14b54ce77c04e83ec7545848951 /lib/vars.pm | |
parent | 08cd7fd68a37c0884dd1698ef154f2d6583874ef (diff) | |
download | perl-1eec2d18e21f1f22a96183785e6a9c6506a1e9d0.tar.gz |
No more true.
p4raw-id: //depot/perl@16671
Diffstat (limited to 'lib/vars.pm')
-rw-r--r-- | lib/vars.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/vars.pm b/lib/vars.pm index a57f4796b8..a0151b8403 100644 --- a/lib/vars.pm +++ b/lib/vars.pm @@ -77,8 +77,6 @@ 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 |