Package perl-Data-Denter: Information

    Source package: perl-Data-Denter
    Version: 0.15-alt2_29
    Build time:  Nov 20, 2019, 11:44 PM in the task #241174
    Category: Development/Perl
    Report package bug
    License: GPL+ or Artistic
    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.

    List of rpms provided by this srpm:
    perl-Data-Denter (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. perl(Test.pm)
      2. perl(diagnostics.pm)
      3. perl(strict.pm)
      4. perl(vars.pm)
      5. perl-devel
      6. perl-podlators
      7. rpm-build-perl
      8. rpm-build-perl
      9. perl(Carp.pm)
      10. perl(Data/Dumper.pm)
      11. perl(Exporter.pm)
      12. perl(ExtUtils/MakeMaker.pm)

    Last changed


    Nov. 20, 2019 Igor Vlasenko 0.15-alt2_29
    - update to new release by fcimport
    July 14, 2018 Igor Vlasenko 0.15-alt2_25
    - update to new release by fcimport
    Oct. 2, 2017 Igor Vlasenko 0.15-alt2_23
    - update to new release by fcimport