[Bug 491029] New: Review Request: perl-Data-Denter - An alternative to Data::Dumper and Storable

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 19 00:09:04 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-Data-Denter - An alternative to Data::Dumper and Storable
Alias: perl-Data-Denter

https://bugzilla.redhat.com/show_bug.cgi?id=491029

           Summary: Review Request: perl-Data-Denter - An alternative to
                    Data::Dumper and Storable
           Product: Fedora
           Version: rawhide
          Platform: All
               URL: http://search.cpan.org/dist/Data-Denter
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: cweyl at alumni.drew.edu
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://fedorapeople.org/~cweyl/review/perl-Data-Denter.spec
SRPM URL:
http://fedorapeople.org/~cweyl/review/perl-Data-Denter-0.15-1.fc10.src.rpm

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.

Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1249237

*rt-0.06

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list