In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/fbfb8de6cc8b1de9f24da32679c4d961cd32d61c?hp=39acff4485014b3c58c274c299a8f1d1cdfd4fd3>

- Log -----------------------------------------------------------------
commit fbfb8de6cc8b1de9f24da32679c4d961cd32d61c
Author: Steffen Mueller <smuel...@cpan.org>
Date:   Fri Mar 7 09:02:53 2014 +0100

    Data::Dumper update/changelog and version bump

M       Porting/Maintainers.pl
M       dist/Data-Dumper/Changes
M       dist/Data-Dumper/Dumper.pm

commit 37ffe967746651ebbc060a117e180f6f28318014
Author: Steffen Mueller <smuel...@cpan.org>
Date:   Fri Mar 7 08:44:06 2014 +0100

    Filter::Simple update/changelog and version bump

M       Porting/Maintainers.pl
M       dist/Filter-Simple/lib/Filter/Simple.pm
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl                  |  4 ++--
 dist/Data-Dumper/Changes                | 19 +++++++++++++++++++
 dist/Data-Dumper/Dumper.pm              |  6 +++---
 dist/Filter-Simple/lib/Filter/Simple.pm |  4 ++--
 4 files changed, 26 insertions(+), 7 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 93b9e08..7c89777 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -334,7 +334,7 @@ use File::Glob qw(:case);
     },
 
     'Data::Dumper' => {
-        'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.145.tar.gz',
+        'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.151.tar.gz',
         'FILES'        => q[dist/Data-Dumper],
     },
 
@@ -529,7 +529,7 @@ use File::Glob qw(:case);
     },
 
     'Filter::Simple' => {
-        'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.88.tar.gz',
+        'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.91.tar.gz',
         'FILES'        => q[dist/Filter-Simple],
         'EXCLUDED'     => [
             qr{^demo/}
diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes
index 84627ba..1f31922 100644
--- a/dist/Data-Dumper/Changes
+++ b/dist/Data-Dumper/Changes
@@ -6,6 +6,25 @@ Changes - public release history for Data::Dumper
 
 =over 8
 
+=item 2.151 (Mar 7 2014)
+
+A "useqq" implementation for the XS version of Data::Dumper.
+
+Better compatibility wrt. hash key quoting between PP and XS
+versions of Data::Dumper.
+
+EBCDIC fixes.
+
+64bit safety fixes (for very large arrays).
+
+Build fixes for threaded perls.
+
+clang warning fixes.
+
+Warning fixes in tests on older perls.
+
+Typo fixes in documentation.
+
 =item 2.145 (Mar 15 2013)
 
 Test refactoring and fixing wide and far.
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index 7acf6fa..7c8a72c 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -10,7 +10,7 @@
 package Data::Dumper;
 
 BEGIN {
-    $VERSION = '2.150'; # Don't forget to set version and release
+    $VERSION = '2.151'; # Don't forget to set version and release
 }               # date in POD below!
 
 #$| = 1;
@@ -1392,13 +1392,13 @@ be to use the C<Sortkeys> filter of Data::Dumper.
 
 Gurusamy Sarathy        g...@activestate.com
 
-Copyright (c) 1996-98 Gurusamy Sarathy. All rights reserved.
+Copyright (c) 1996-2014 Gurusamy Sarathy. All rights reserved.
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
 
 =head1 VERSION
 
-Version 2.150  (December 18 2013)
+Version 2.151  (March 7 2014)
 
 =head1 SEE ALSO
 
diff --git a/dist/Filter-Simple/lib/Filter/Simple.pm 
b/dist/Filter-Simple/lib/Filter/Simple.pm
index d1da0b2..4b15e55 100644
--- a/dist/Filter-Simple/lib/Filter/Simple.pm
+++ b/dist/Filter-Simple/lib/Filter/Simple.pm
@@ -4,7 +4,7 @@ use Text::Balanced ':ALL';
 
 use vars qw{ $VERSION @EXPORT };
 
-$VERSION = '0.90';
+$VERSION = '0.91';
 
 use Filter::Util::Call;
 use Carp;
@@ -800,6 +800,6 @@ Damian Conway E<lt>dam...@conway.orge<gt>.
 
 =head1 COPYRIGHT AND LICENSE
 
-    Copyright (c) 2000-2008, Damian Conway. All Rights Reserved.
+    Copyright (c) 2000-2014, Damian Conway. All Rights Reserved.
     This module is free software. It may be used, redistributed
     and/or modified under the same terms as Perl itself.

--
Perl5 Master Repository

Reply via email to