X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl595delta.pod;h=f24ef24efe0770797d57e76d09f808ce5b468e9c;hb=3284ac36dc33e7498845639ced496b0e50a80783;hp=5c1ef23553bb1b915dcc79d27b81bcdf6e2e0987;hpb=8a4991400e94c3fa5e3493bf4580ae9aacc26874;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 5c1ef23..f24ef24 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -172,6 +172,15 @@ that can now be converted to which is much more efficient. (Yves Orton) +=item Vertical and horizontal whitespace, and linebreak + +Regular expressions now recognize the C<\v> and C<\h> escapes, that match +vertical and horizontal whitespace, respectively. C<\V> and C<\H> +logically match their complements. + +C<\R> matches a generic linebreak, that is, vertical whitespace, plus +the multi-character sequence C<"\x0D\x0A">. + =back =head2 The C<_> prototype @@ -234,6 +243,11 @@ default MRO hasn't changed (DFS, for Depth First Search). Another MRO is available: the C3 algorithm. See L for more information. (Brandon Black) +=head2 bignum, bigint, bigrat + +The three numeric pragmas C, C and C are now +lexically scoped. (Tels) + =head2 New Core Modules =over 4