summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-04-05 09:05:19 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-04-05 09:07:14 -0400
commit5e1d1895f3110c06f0dcf8fe607e40631f462791 (patch)
tree7f94e84252f7126f73211fd147930b4a21cd54af
parent2038ae0461aaa8320f933e3a05a1ea8e2075ceae (diff)
downloadperl-5e1d1895f3110c06f0dcf8fe607e40631f462791.tar.gz
Most of the REGEXP-massaging modules have now been updated.
Moved the single known-failing example to the errata page.
-rw-r--r--pod/perl5120delta.pod5
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