From: Rafael Garcia-Suarez Date: Tue, 11 Jul 2006 17:00:26 +0000 (+0000) Subject: A few rough notes for the next perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c20a8f90405579db59be381a23b6fc12073fdbd;p=p5sagit%2Fp5-mst-13.2.git A few rough notes for the next perldelta p4raw-id: //depot/perl@28549 --- diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod index 71dcdb7..89d5c44 100644 --- a/pod/perl594delta.pod +++ b/pod/perl594delta.pod @@ -17,22 +17,60 @@ Earlier releases interpreted the bareword as a directory name. =head1 Core Enhancements +=head2 state() variables + =head1 Modules and Pragmata +C is now a lexical pragma. + +=head2 New Core Modules + +=over 4 + +=item * + +C has been added. + +=item * + +C has been added. + +=item * + +C has been added. + +=back + =head1 Utility Changes =head1 Documentation +=head2 New manpage, perlpragma + +=head2 New manpage, perlreguts + +=head2 New manpage, perlunitut + =head1 Performance Enhancements +Constants (Nicholas) + +Regular expressions (Yves) + =head1 Installation and Configuration Improvements +Perl has been reported to work on DragonFlyBSD. + =head1 Selected Bug Fixes =head1 New or Changed Diagnostics =head1 Changed Internals +Arenas + +Mathoms and factorizations (many PP functions are now shared for several ops) + =head1 Known Problems =head2 Platform Specific Problems