Fedora Packages

perl-Data-Denter

An alternative to Data::Dumper and Storable

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.15-43.fc40 -
Fedora 40 0.15-43.fc40 -
Fedora 39 0.15-40.fc39 -
Fedora 38 0.15-39.fc38 -
EPEL 9 0.15-35.el9 -
EPEL 8 0.15-29.el8 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-Data-Denter dash maintainers at fedoraproject dot org.



Sources on Pagure