Skip to content

Commit aefc73f

Browse files
Update perldelta with updated modules for 5.43.3
1 parent b90f651 commit aefc73f

File tree

1 file changed

+72
-8
lines changed

1 file changed

+72
-8
lines changed

pod/perldelta.pod

Lines changed: 72 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,72 @@ XXX Remove this section if F<Porting/corelist-perldelta.pl> did not add any cont
129129

130130
=item *
131131

132+
L<B> has been upgraded from version 1.89 to 1.90.
133+
134+
=item *
135+
136+
L<B::Concise> has been upgraded from version 1.007 to 1.009. It now correctly
137+
omits all its internal BEGIN blocks when asked to report BEGIN blocks in a
138+
caller's code. Previously it only omitted some of them.
139+
140+
=item *
141+
142+
L<B::Deparse> has been upgraded from version 1.86 to 1.87.
143+
144+
=item *
145+
146+
L<ExtUtils::ParseXS> has been upgraded from version 3.59 to 3.60. This
147+
release changes the ordering of the processing of typemap files which have
148+
been specified via C<xsubpp -typemap> arguments so that (as was the case
149+
prior to Perl 5.10.0) these files are applied last rather than first, and
150+
thus take priority over any system typemap files.
151+
152+
=item *
153+
154+
L<ExtUtils::Typemaps> has been upgraded from version 3.59 to 3.60.
155+
156+
=item *
157+
158+
L<File::Copy> has been upgraded from version 2.42 to 2.43.
159+
160+
=item *
161+
162+
L<File::Temp> has been upgraded from version 0.2311 to 0.2312.
163+
164+
=item *
165+
166+
L<Filter::Util::Call> has been upgraded from version 1.64 to 1.65.
167+
168+
=item *
169+
170+
L<Module::CoreList> has been upgraded from version 5.20250820 to 5.20250923.
171+
172+
=item *
173+
174+
L<Net::Ping> has been upgraded from version 2.76 to 2.77.
175+
176+
=item *
177+
178+
L<Opcode> has been upgraded from version 1.69 to 1.70.
179+
180+
=item *
181+
182+
L<overloading> has been upgraded from version 0.02 to 0.03.
183+
184+
=item *
185+
186+
L<PerlIO::via> has been upgraded from version 0.20 to 0.21.
187+
188+
=item *
189+
190+
L<Storable> has been upgraded from version 3.38 to 3.39.
191+
192+
=item *
193+
194+
L<Term::Table> has been upgraded from version 0.024 to 0.025.
195+
196+
=item *
197+
132198
L<Time::HiRes> has been upgraded from version 1.9778 to 1.9779.
133199

134200
The subsecond-resolution C<sleep> function provided by L<Time::HiRes> now has
@@ -147,17 +213,15 @@ means it now requires a scalar argument, not a list, just like C<CORE::sleep>:
147213

148214
=item *
149215

150-
L<ExtUtils::ParseXS> has been upgraded from version 3.59 to 3.60. This
151-
release changes the ordering of the processing of typemap files which have
152-
been specified via C<xsubpp -typemap> arguments so that (as was the case
153-
prior to Perl 5.10.0) these files are applied last rather than first, and
154-
thus take priority over any system typemap files.
216+
L<Time::Piece> has been upgraded from version 1.36 to 1.3701.
155217

156218
=item *
157219

158-
L<B::Concise> has been upgraded from version 1.007 to 1.008. It now correctly
159-
omits all its internal BEGIN blocks when asked to report BEGIN blocks in a
160-
caller's code. Previously it only omitted some of them.
220+
L<utf8> has been upgraded from version 1.27 to 1.29.
221+
222+
=item *
223+
224+
L<XS::APItest> has been upgraded from version 1.44 to 1.46.
161225

162226
=back
163227

0 commit comments

Comments
 (0)