This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Data::Dumper: the XS implementation now supports Deparse
authorAaron Crane <arc@cpan.org>
Mon, 11 Jul 2016 14:25:43 +0000 (15:25 +0100)
committerAaron Crane <arc@cpan.org>
Sat, 12 Nov 2016 11:18:47 +0000 (12:18 +0100)
commitb5048e7b9abae986778038f1e36281c6175b17e1
treea43b6f0e59d933bd6a28051a7ebc78c62fe8c2b8
parent942cf643a5471ed6895acda61d22257363316daf
Data::Dumper: the XS implementation now supports Deparse

This will provide a significant performance enhancement for callers that
use deparsing (including Data::Dumper::Concise).

There are no longer any configuration settings or (when run on Perl
5.21.10 or later) platforms that force use of the pure-Perl
implementation.
dist/Data-Dumper/Changes
dist/Data-Dumper/Dumper.pm
dist/Data-Dumper/Dumper.xs
dist/Data-Dumper/t/deparse.t