perl5160delta: Document wrap_op_checker
authorFather Chrysostomos <sprout@cpan.org>
Wed, 25 Apr 2012 05:19:47 +0000 (22:19 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 25 Apr 2012 05:20:15 +0000 (22:20 -0700)
This was added in e8570548af4, but was somehow missed from
perl5158delta.

Porting/perl5160delta.pod

index 9f0ffbd..3fcce0b 100644 (file)
@@ -1940,6 +1940,11 @@ The regular expression engine now does TRIE case insensitive matches
 under Unicode. This may change the output of C<< use re 'debug'; >>,
 and will speed up various things.
 
+=item *
+
+There is a new C<wrap_op_checker()> function, which provides a thread-safe
+alternative to writing to C<PL_check> directly.
+
 =back
 
 =head1 Selected Bug Fixes