[DOC PATCH] Re: [BUG] sort pragma not working ?
Rafael Garcia-Suarez [Sat, 30 Mar 2002 00:20:39 +0000 (01:20 +0100)]
Message-ID: <20020330002039.A716@rafael>

p4raw-id: //depot/perl@15620

lib/sort.pm

index 8140a7d..27efbf5 100644 (file)
@@ -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