summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-03-30 01:20:39 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-29 22:25:35 +0000
commit0e59b7c638ec42b6dcdc0b75d1e9f5276dbed538 (patch)
treece20f075b4e5e82cce589b09f3e7b462f17d3d67 /lib
parentc5635c9e615e88513d4b0e5a9f3c09f7362ae843 (diff)
downloadperl-0e59b7c638ec42b6dcdc0b75d1e9f5276dbed538.tar.gz
[DOC PATCH] Re: [BUG] sort pragma not working ?
Message-ID: <20020330002039.A716@rafael> p4raw-id: //depot/perl@15620
Diffstat (limited to 'lib')
-rw-r--r--lib/sort.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sort.pm b/lib/sort.pm
index 8140a7d290..27efbf5904 100644
--- a/lib/sort.pm
+++ b/lib/sort.pm
@@ -100,5 +100,10 @@ caches that are much faster than main memory. You can force the
choice of algorithm with this pragma, but this feels heavy-handed,
so the subpragmas beginning with a C<_> may not persist beyond Perl 5.8.
+=head1 CAVEATS
+
+This pragma is not lexically scoped : its effect is global to the program
+it appears in. This may change in future versions.
+
=cut