diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a03c8320e448..8899ca6dd045 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -230,7 +230,7 @@ continue to do so: # SomeClass resolved as a class SomeClass->binmode; -[L] +[L] =head1 Deprecations @@ -911,7 +911,7 @@ object at compile time before the class is complete: eval "class Foo {"; Foo->new; # error class Bar { BEGIN { Bar->new } }; # error -Previously perl would assert or crash. [L] +Previously perl would assert or crash. [L] =back @@ -1031,7 +1031,7 @@ L warning. -[L] +[L] =back @@ -1054,7 +1054,7 @@ locales introduced in 5.39.2. [L or C<-Accflags=-DPERL_NO_HWM> respectively. The default remains the -same. [L] +same. [L] =back @@ -1503,7 +1503,7 @@ active subroutine" error would be thrown. For example: } outer(2); -[L] +[L] =item * @@ -1525,7 +1525,7 @@ inner recursive call: } outer("outer"); -[L] +[L] =back @@ -1534,7 +1534,7 @@ inner recursive call: prepare_export_lexical() was separately saving C and C, this could result in C being restored to a no longer valid value, resulting in a panic when importing lexicals in -some cases. [L] +some cases. [L] =item * @@ -1542,7 +1542,7 @@ A string eval() operation in the scope of a C declaration would sometimes emit spurious "Downgrading a use VERSION declaration" warnings due to an inconsistency in the way the version number was stored. This is now fixed. -[L] +[L] =back @@ -1579,7 +1579,7 @@ approximately 110,000 lines of changes to 1,200 .pm, .t, .c and .h files. Perl continues to flourish into its fourth decade thanks to a vibrant community of users and developers. The following people are known to have -contributed the improvements that became Perl 5.38.1: +contributed the improvements that became Perl 5.40.0: Abe Timmerman, Alexander Kanavin, Amory Meltzer, Aristotle Pagaltzis, Beckett Normington, Bernard Quatermass, Bernd, Bruno Meneguele, Chad Granum,