[ol8_developer_EPEL] perl-Data-Denter-0.15-29.el8.noarch

Name:perl-Data-Denter
Version:0.15
Release:29.el8
Architecture:noarch
Group:Unspecified
Size:32380
License:GPL+ or Artistic
RPM: perl-Data-Denter-0.15-29.el8.noarch.rpm
Source RPM: perl-Data-Denter-0.15-29.el8.src.rpm
Build Date:Fri Dec 13 2019
Build Host:jenkins-10-147-72-125-bac5542f-61c6-401e-b77d-0b3f5c5c5425.appad1iad.osdevelopmeniad.oraclevcn.com
Vendor:Oracle America
URL:https://metacpan.org/release/Data-Denter
Summary:An alternative to Data::Dumper and Storable
Description:
The main problem with Data::Dumper (one of my all-time favorite modules)
is that you have to use 'eval()' to deserialize the data you've dumped.
This is great if you can trust the data you're evaling, but horrible if
you can't. A good alternative is Storable.pm. It can safely thaw your
frozen data.  But if you want to read/edit the frozen data, you're out of
luck, because Storable uses a binary format. Even Data::Dumper's output
can be a little cumbersome for larger data objects. Enter Data::Denter.

Data::Denter is yet another Perl data serializer/deserializer. It formats
nested data structures in an indented fashion. It is optimized for human
readability/editability, safe deserialization, and (eventually) speed.

Changelog (Show File list) (Show related packages)