Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 7b2aae7

Browse files
author
Reini Urban
committed
Data-Dumper: bump to 2.161
not on CPAN, not bumped upstream.
1 parent c82c22c commit 7b2aae7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

dist/Data-Dumper/Dumper.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
package Data::Dumper;
1111

1212
BEGIN {
13-
$VERSION = '2.160'; # Don't forget to set version and release
13+
$VERSION = '2.161'; # Don't forget to set version and release
1414
} # date in POD below!
1515

1616
#$| = 1;
@@ -1472,7 +1472,7 @@ modify it under the same terms as Perl itself.
14721472
14731473
=head1 VERSION
14741474
1475-
Version 2.160 (January 12 2016)
1475+
Version 2.161 (with cperl-5.24.0, not yet on CPAN)
14761476
14771477
=head1 SEE ALSO
14781478

pod/perlcdelta.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,11 @@ as seperator only if it appears at first, before any C<::>. If seen,
534534
do the same magic as C<parse_gv_stash_name>, converting all seperators
535535
over to C<::>. Taken with improvements from L<Sub::Name>.
536536

537+
=item Data::Dumper 2.161
538+
539+
Fix L<[perl #128524]|https://rt.perl.org/Public/Bug/Display.html?id=128524>,
540+
wrong indentation for utf-8 key hash elements.
541+
537542
=back
538543

539544
=head2 Not Updated Modules and Pragmata

0 commit comments

Comments
 (0)