Skip to content

Commit cb52689

Browse files
committed
some perldelta fixes
- move the utf8::downgrade() note out of the middle of the perl5db.pl entry - give the Unicode::Collate entry back its =item - move the Hash::Util entry into alphabetical order
1 parent 6d67272 commit cb52689

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

pod/perldelta.pod

+12-13
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ been fixed.
230230

231231
=item *
232232

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+
233239
The libnet collection of modules has been upgraded from version 1.25 to 1.27.
234240

235241
There are only whitespace changes to the installed files.
@@ -271,15 +277,6 @@ than 6.63_03
271277

272278
L<perl5db.pl> has been upgraded from version 1.44 to 1.45.
273279

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-
283280
fork() in the debugger under C<tmux> will now create a new window for
284281
the forked process. L<[perl
285282
#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
288285
restores it when you restart your program with C<R> or <rerun>. L<[perl
289286
#121509]|https://rt.perl.org/Ticket/Display.html?id=121509>
290287

288+
=item *
289+
291290
L<Unicode::Collate> has been upgraded from version 1.04 to 1.07.
292291

293292
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.
301300

302301
=item *
303302

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.
308307

309308
=back
310309

0 commit comments

Comments
 (0)