From: Jesse Vincent Date: Mon, 5 Apr 2010 13:05:19 +0000 (-0400) Subject: Most of the REGEXP-massaging modules have now been updated. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e1d1895f3110c06f0dcf8fe607e40631f462791;p=p5sagit%2Fp5-mst-13.2.git Most of the REGEXP-massaging modules have now been updated. Moved the single known-failing example to the errata page. --- diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 08ff919..0772e70 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -290,9 +290,8 @@ those installed in C and C. Internally, Perl now treates compiled regular expressions (such as those created with C) 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,L and L. - +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