Skip to content

Commit dad1192

Browse files
committed
Finalize perldelta for 5.27.10
1 parent 27ee818 commit dad1192

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

pod/perldelta.pod

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ L<perl5279delta>, which describes differences between 5.27.8 and 5.27.9.
2020

2121
=item *
2222

23+
L<attributes> has been upgraded from version 0.32 to 0.33
24+
25+
=item *
26+
27+
L<B::Deparse> has been upgraded from version 1.47 to 1.48.
28+
29+
=item *
30+
2331
L<Carp> has been upgraded from version 1.46 to 1.49.
2432

2533
L<Carp>, when generating stack traces, now attempts to work around
@@ -52,7 +60,7 @@ L<Encode> has been upgraded from version 2.96 to 2.97.
5260

5361
=item *
5462

55-
L<ExtUtils::MakeMaker> has been upgraded from version 7.33 to 7.34.
63+
L<ExtUtils::MakeMaker> has been upgraded from version 7.32 to 7.34.
5664

5765
=item *
5866

@@ -64,10 +72,18 @@ L<File::Glob> has been upgraded from version 1.30 to 1.31.
6472

6573
=item *
6674

75+
L<I18N::Langinfo> has been upgraded from version 0.15 to 0.16.
76+
77+
=item *
78+
6779
L<Locale::Codes> has been upgraded from version 3.55 to 3.56.
6880

6981
=item *
7082

83+
L<Module::CoreList> has been upgraded from version 5.20180220 to 5.20180221.
84+
85+
=item *
86+
7187
L<POSIX> has been upgraded from version 1.82 to 1.83.
7288

7389
=item *
@@ -84,11 +100,11 @@ L<Test::Simple> has been upgraded from version 1.302122 to 1.302133.
84100

85101
=item *
86102

87-
L<Time::Piece> has been upgraded from version 1.3203 to 1.3204.
103+
L<Time::HiRes> has been upgraded from version 1.9753 to 1.9757.
88104

89105
=item *
90106

91-
L<attributes> has been upgraded from version 0.32 to 0.33
107+
L<Time::Piece> has been upgraded from version 1.3203 to 1.3204.
92108

93109
=item *
94110

@@ -200,8 +216,7 @@ F<t/porting/regen.t>. [perl #132925]
200216
=head1 Testing
201217

202218
Tests were added and changed to reflect the other additions and
203-
changes in this release. Furthermore, these significant changes were
204-
made:
219+
changes in this release.
205220

206221
=head1 Internal Changes
207222

@@ -249,11 +264,11 @@ warnings.pm: sprintf is faster than concat
249264
=head1 Acknowledgements
250265

251266
Perl 5.27.10 represents approximately 4 weeks of development since Perl
252-
5.27.9 and contains approximately 79,000 lines of changes across 380 files
267+
5.27.9 and contains approximately 80,000 lines of changes across 380 files
253268
from 18 authors.
254269

255270
Excluding auto-generated files, documentation and release tools, there were
256-
approximately 74,000 lines of changes to 270 .pm, .t, .c and .h files.
271+
approximately 75,000 lines of changes to 270 .pm, .t, .c and .h files.
257272

258273
Perl continues to flourish into its third decade thanks to a vibrant
259274
community of users and developers. The following people are known to have

0 commit comments

Comments
 (0)