Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Data-Denter | Distribution: Mageia |
Version: 0.150.0 | Vendor: Mageia.Org |
Release: 10.mga9 | Build date: Tue Mar 22 14:58:34 2022 |
Group: Development/Perl | Build host: localhost |
Size: 32245 | Source RPM: perl-Data-Denter-0.150.0-10.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/Data-Denter | |
Summary: 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.
GPL+ or Artistic
* Tue Mar 22 2022 umeabot <umeabot> 0.150.0-10.mga9 + Revision: 1817061 - Mageia 9 Mass Rebuild
/usr/share/doc/perl-Data-Denter /usr/share/doc/perl-Data-Denter/Changes /usr/share/doc/perl-Data-Denter/README /usr/share/man/man3/Data::Denter.3pm.xz /usr/share/perl5/vendor_perl/Data /usr/share/perl5/vendor_perl/Data/Denter.pm /usr/share/perl5/vendor_perl/Data/Denter.pod
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jan 22 08:26:37 2025