In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/9d3dfe483399b257dc3160af2acd0f8a715070a5?hp=f7b64c80c2cae794e3cbb1d0254a28cf263e5bc3>

- Log -----------------------------------------------------------------
commit 9d3dfe483399b257dc3160af2acd0f8a715070a5
Merge: f7b64c80c2 cd3c809718
Author: Sawyer X <xsawy...@cpan.org>
Date:   Wed Sep 12 19:22:07 2018 +0300

    Merge branch 'sawyer/data-dumper-changes' into blead

commit cd3c809718af6634d61b6065cfb4d18424a5dfd0
Author: Sawyer X <xsawy...@cpan.org>
Date:   Wed Sep 12 19:21:58 2018 +0300

    Revised by Aaron Crane

-----------------------------------------------------------------------

Summary of changes:
 dist/Data-Dumper/Changes   | 30 ++++++++++++++++++++++++++++++
 dist/Data-Dumper/Dumper.pm |  4 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes
index 95e3a8ab16..25607bec1b 100644
--- a/dist/Data-Dumper/Changes
+++ b/dist/Data-Dumper/Changes
@@ -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.
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index 8aa12dc835..22a115008f 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -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;
@@ -1467,7 +1467,7 @@ modify it under the same terms as Perl itself.
 
 =head1 VERSION
 
-Version 2.171
+Version 2.172
 
 =head1 SEE ALSO
 

-- 
Perl5 Master Repository

Reply via email to