There are several advantages to this:
-=over
+=over
=item *
new kinds of keyword-headed expression and compound statement. The
syntax following the keyword is defined entirely by the extension. This
allow a completely non-Perl sublanguage to be parsed inline, with the
-correct ops cleanly generated.
+correct ops cleanly generated.
See L<perlapi/PL_keyword_plugin> for the mechanism. The Perl core
source distribution also includes a new module
To better match all other flow control statements, C<foreach> may no
longer be used as an attribute.
+=item *
+
+Perl's command-line switch "-P", which was deprecated in version 5.10.0, has
+now been removed.
+
=back
This uses a new warnings category: "imprecision".
-=item *
+=item *
C<lc>, C<uc>, C<lcfirst>, and C<ucfirst> warn when passed undef.
=item *
F<h2xs> no longer incorrectly treats enum values like macros.
-It also now handles C++ style comments (C<//>) properly in enums.
+It also now handles C++ style comments (C<//>) properly in enums.
=item *