diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 17:38:47 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 17:38:47 -0500 |
commit | 89dbd0d1c0057e09d404ffc2731fbe3d87feea11 (patch) | |
tree | 970e519d508100fdf15d68e6b1d026b45226a8e9 /pod/perl5113delta.pod | |
parent | 67fed61ba7df4193ee696a1f5213265f154533e3 (diff) | |
download | perl-89dbd0d1c0057e09d404ffc2731fbe3d87feea11.tar.gz |
Note U+0FFFF regex support in perldelta
Diffstat (limited to 'pod/perl5113delta.pod')
-rw-r--r-- | pod/perl5113delta.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod index b2696fe849..d3016c0676 100644 --- a/pod/perl5113delta.pod +++ b/pod/perl5113delta.pod @@ -139,6 +139,10 @@ parsing. Perl can generate files in this directory for any property, though most are suppressed. An installation can choose to change which get written. Instructions are in L<perluniprops>. +=head2 Regular Expressions + +U+0FFFF is now a legal character in regular expressions + =head1 Modules and Pragmata =head2 Pragmata Changes @@ -528,6 +532,3 @@ The F<Artistic> and F<Copying> files for copyright information. =cut - - -All changes through commit b4178430270dbe109e7609d0b50d6d54bf9e95d8 |