The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.05_03 - 2014-06-18

  • TEST FIX
    • fix breakage on *BSD due to exclusive lock contention on temp SQLite file, (see File::Temp docs on EXLOCK). srezic++

Changes for version 0.05_02 - 2014-05-05

  • BUILD
    • specify minimum required version of Moo

Changes for version 0.05_01 - 2014-05-04

  • BUILD
    • specify minimum required version of Types::Standard

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
encoded a record as YAML
send output to nowhere.
output encoded data to a stream.

Provides

in lib/Data/Record/Serialize/Role/Base.pm
in lib/Data/Record/Serialize/Role/Default.pm
in lib/Data/Record/Serialize/Utils.pm