Changes for version 0.25 - 2021-08-06

  • BUILD FIX
    • test requires Exporter::Tiny >= 1.002 to export scalars
    • incorrect dependency on YAML::Any; only YAML::PP and YAML::XS is supported

Modules

Flexible serialization of a record
store a record in a database
encoded a record using Data::Dumper
encoded a record as JSON
encoded a record as /rdb
encode a record as YAML
Base Role for Data::Record::Serialize
Default methods for Data::Record::Serialize
Both an Encode and Sink. handle unwanted/unused required routines
append encoded data to an array.
send output to nowhere.
output encoded data to a stream.
Types for Data::Record::Serialize