diff options
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 |