This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Data::Dumper: Generalize for EBCDIC platforms
authorKarl Williamson <public@khwilliamson.com>
Wed, 13 Mar 2013 22:16:14 +0000 (16:16 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 13 Mar 2015 16:53:11 +0000 (10:53 -0600)
commit31ac59b61698e704b64192de74793793f4b5b0c0
treeaff2fc97cc584cb555164a408291e1e96b731930
parentfad1e55e0da798381b6505554a933183adb4fe1b
Data::Dumper: Generalize for EBCDIC platforms

This extends Data::Dumper to work on EBCDIC platforms.  This is just the
code changes.  Some .t files will be changed as well, in future commits

This involves some code refactoring especially in the .xs code to
collapse EBCDIC/ASCII handling into one.  The if-elsif-elsif-...-else
logic is cleaned up, so that there are fewer branches taken on average.
dist/Data-Dumper/Dumper.pm
dist/Data-Dumper/Dumper.xs