diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-04-05 09:05:19 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-04-05 09:07:14 -0400 |
commit | 5e1d1895f3110c06f0dcf8fe607e40631f462791 (patch) | |
tree | 7f94e84252f7126f73211fd147930b4a21cd54af /pod | |
parent | 2038ae0461aaa8320f933e3a05a1ea8e2075ceae (diff) | |
download | perl-5e1d1895f3110c06f0dcf8fe607e40631f462791.tar.gz |
Most of the REGEXP-massaging modules have now been updated.
Moved the single known-failing example to the errata page.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5120delta.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 08ff919f28..0772e70451 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -290,9 +290,8 @@ those installed in C<ARCHLIB> and C<PRIVLIB>. Internally, Perl now treates compiled regular expressions (such as those created with C<qr//>) as first class entities. Perl modules which serialize, deserialize or otherwise have deep interaction with Perl's -internal data structures need to be updated for this change. Affected -modules include L<FreezeThaw>,L<Data::Dump::Streamer> and L<Regexp::Copy>. - +internal data structures need to be updated for this change. Most +affected CPAN modules have already been updated as of this writing. =head2 Switch statement changes |