diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-07-11 17:00:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-07-11 17:00:26 +0000 |
commit | 6c20a8f90405579db59be381a23b6fc12073fdbd (patch) | |
tree | 1486116093696ac2741b5fbc52caba7baa46781f /pod/perl594delta.pod | |
parent | 25f684f718f20320d62ba2370f2f4341a3b159e7 (diff) | |
download | perl-6c20a8f90405579db59be381a23b6fc12073fdbd.tar.gz |
A few rough notes for the next perldelta
p4raw-id: //depot/perl@28549
Diffstat (limited to 'pod/perl594delta.pod')
-rw-r--r-- | pod/perl594delta.pod | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod index 71dcdb7072..89d5c4428c 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<encoding::warnings> is now a lexical pragma. + +=head2 New Core Modules + +=over 4 + +=item * + +C<Module::Build> has been added. + +=item * + +C<Hash::Util::FieldHash> has been added. + +=item * + +C<Win32API::File> 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 |