Wed, 29 Apr 2026 19:02:12 CST | login

Information for build perl-Data-Denter-0.15-1.oc9

ID24110
Package Nameperl-Data-Denter
Version0.15
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Data-Denter.git?.#b7825595f0f37c9dc04bf41ebd0fcd643abf8329
SummaryAn alternative to Data::Dumper and Storable
DescriptionThe 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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 13:45:13 CST
CompletedTue, 04 Jun 2024 13:48:11 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Data-Denter.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Data-Denter.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Data-Denter-0.15-1.oc9.src.rpm (info) (download)
noarch
perl-Data-Denter-0.15-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.15-1 - initial build