bump $Data::Dumper::VERSION and update Changes entries

Programming / Compilers / PERL - Tony Cook [develop-help.com] - 28 November 2016 17:24 UTC



###

diff --git a/dist/Data-Dumper/Changes b/dist/Data-Dumper/Changes
index 728be78..a5430d5 100644
--- a/dist/Data-Dumper/Changes
+++ b/dist/Data-Dumper/Changes
@@ -6,16 +6,20 @@ Changes - public release history for Data::Dumper

=over 8

-=item NEXT
-
-The XS implementation now handles the C option, so using it no
-longer forces use of the pure-Perl version.
-
-=item 2.162 (Nov 14 2016)
+=item 2,166 (Nov 29 2016)

Reduce memory usage by not importing from Carp
Reduce memory usage by removing unused overload require.

+=item 2.165 (Nov 20 2016)
+
+Remove impediment to compiling under C++11.
+
+=item 2.164 (Nov 12 2016)
+
+The XS implementation now handles the C option, so using it no
+longer forces use of the pure-Perl version.
+
=item 2.161 (Jul 11 2016)

Perl 5.12 fix/workaround until fixed PPPort release.
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index 615624b..78efd44 100644
--- a/dist/Data-Dumper/Dumper.pm
+++ b/dist/Data-Dumper/Dumper.pm
@@ -10,7 +10,7 @@
package Data::Dumper;

BEGIN {
- $VERSION = '2.165'; # Don't forget to set version and release
+ $VERSION = '2.166'; # Don't forget to set version and release
} # date in POD below!

#$| = 1;
@@ -1465,7 +1465,7 @@ modify it under the same terms as Perl itself.

=head1 VERSION

-Version 2.164 (November 14 2016)
+Version 2.166 (November 14 2016)

=head1 SEE ALSO

efd435c bump $Data::Dumper::VERSION and update Changes entries
dist/Data-Dumper/Changes | 16 ++++++++++------
dist/Data-Dumper/Dumper.pm | 4 ++--
2 files changed, 12 insertions(+), 8 deletions(-)

Upstream: perl5.git.perl.org


  • Share