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

Changes for version 0.29 - 2005-02-07

  • Modified constructor to test exists rather then defined allowing features to be disabled in the constructor.
  • Modified deserialize to check if values are true, not just defined to enable features also fixed a bug in deserialize for tokenless deserializations where compressor was checked instead of compress to determine if the data needed to be decompressed
  • Cleaned up a couple bugs that prevented it from compiling when autosplit was disabled
    • Thanks to John Alden <john.alden@bbc.co.uk> for detailed bug reports, and excellent recommendations.

Modules

Modules that serialize data structures
Creates bridge between Data::Serializer and Config::General
Examples of how to use Data::Serializer
Creates bridge between Data::Serializer and Data::Denter
Creates bridge between Data::Serializer and Data::Dumper
Creates bridge between Data::Serializer and FreezeThaw
Creates bridge between Data::Serializer and PHP::Serialization
Creates bridge between Data::Serializer and Storable
Creates bridge between Data::Serializer and XML::Dumper
Creates bridge between Data::Serializer and XML::Simple
Creates bridge between Data::Serializer and YAML