From: Rafael Garcia-Suarez Date: Sat, 30 Mar 2002 00:20:39 +0000 (+0100) Subject: [DOC PATCH] Re: [BUG] sort pragma not working ? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e59b7c638ec42b6dcdc0b75d1e9f5276dbed538;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] Re: [BUG] sort pragma not working ? Message-ID: <20020330002039.A716@rafael> p4raw-id: //depot/perl@15620 --- diff --git a/lib/sort.pm b/lib/sort.pm index 8140a7d..27efbf5 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