@@ -230,6 +230,12 @@ been fixed.
230
230
231
231
=item *
232
232
233
+ L<Hash::Util> has been upgraded from version 0.16 to 0.17.
234
+
235
+ Minor bug fixes and documentation fixes to Hash::Util::hash_stats()
236
+
237
+ =item *
238
+
233
239
The libnet collection of modules has been upgraded from version 1.25 to 1.27.
234
240
235
241
There are only whitespace changes to the installed files.
@@ -271,15 +277,6 @@ than 6.63_03
271
277
272
278
L<perl5db.pl> has been upgraded from version 1.44 to 1.45.
273
279
274
- =item *
275
-
276
- A mismatch between the documentation and the code in utf8::downgrade()
277
- was fixed in favour of the documentation. The optional second argument
278
- is now correctly treated as a perl boolean (true/false semantics) and
279
- not as an integer.
280
-
281
- =item *
282
-
283
280
fork() in the debugger under C<tmux> will now create a new window for
284
281
the forked process. L<[perl
285
282
#121333]|https://rt.perl.org/Ticket/Display.html?id=121333>
@@ -288,6 +285,8 @@ The debugger now saves the current working directory on startup and
288
285
restores it when you restart your program with C<R> or <rerun>. L<[perl
289
286
#121509]|https://rt.perl.org/Ticket/Display.html?id=121509>
290
287
288
+ =item *
289
+
291
290
L<Unicode::Collate> has been upgraded from version 1.04 to 1.07.
292
291
293
292
Version 0.67's improved discontiguous contractions is invalidated by default
@@ -301,10 +300,10 @@ The XSUB implementation has been removed in favour of pure Perl.
301
300
302
301
=item *
303
302
304
- L<Hash::Util> has been upgraded from version 0.16 to 0.17.
305
-
306
- Minor bug fixes and documentation fixes to Hash::Util::hash_stats()
307
-
303
+ A mismatch between the documentation and the code in utf8::downgrade()
304
+ was fixed in favour of the documentation. The optional second argument
305
+ is now correctly treated as a perl boolean (true/false semantics) and
306
+ not as an integer.
308
307
309
308
=back
310
309
0 commit comments