Skip to content

Commit

Permalink
Merge branch 'sawyer/data-dumper-changes' into blead
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Sep 12, 2018
2 parents f7b64c8 + cd3c809 commit 9d3dfe4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions dist/Data-Dumper/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ Changes - public release history for Data::Dumper

=over 8

=item 2.172

Prepare recent changes for CPAN release

=item 2.171 (Apr 21 2018)

Restore deparsing support in the XS dumper, on Perl 5.18 and earlier

Test fixes on older Perl versions (notably, skip tests for Unicode glob
names on Perl 5.14 and earlier, which had incomplete support for Unicode
in globs)

=item 2.170 (Jan 10 2018)

Fix bug when dumping globs with quoting (which now happens for
all Unicode glob names)

Internal change: use strlcpy(), for safety

=item 2.169 (Dec 12 2017)

Behavior change: $dumper->Useqq(undef) is now treated as setting the
"useqq" option, not getting it (and similarly for other options)
[perl #113090]

=item 2.168 (Dec 1, 2017)

perl #119831: Quote glob names better; notably, Unicode globs are
now handled correctly

=item 2.167_02 (Aug 4 2017)

Attempt to work around XS deparse issues on old perls.
Expand Down
4 changes: 2 additions & 2 deletions dist/Data-Dumper/Dumper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package Data::Dumper;

BEGIN {
$VERSION = '2.171'; # Don't forget to set version and release
$VERSION = '2.172'; # Don't forget to set version and release
} # date in POD below!

#$| = 1;
Expand Down Expand Up @@ -1467,7 +1467,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
Version 2.171
Version 2.172
=head1 SEE ALSO
Expand Down

0 comments on commit 9d3dfe4

Please sign in to comment.