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

Changes for version 0.26 - 2004-12-03

  • Modified Data::Serializer::Data::Dumper removed the '2.08' requirement from use statement, this is handled in the Makefile.PL so was redundant anyway. Was causing problems with build in perl 5.8.6 Thanks to Ian <ian@holsman.net>
  • Tue Oct 05 15:30:02 MST 2004
    • Modified Data::Serializer::Storable to use nfreeze when the portable flag is set. This should help make the use of Storable within Data::Serializer actually be portable when you ask it to be. Thanks to Nick Edwards <nicke@summerleaze.co.uk> for requesting the feature
    • -Modified Data::Serializer::Data::Dumper to handle self-references correctly. Was not correctly handling the serializing of self-referencing data structures.
      • Thanks to Ticha <ticha@openelement.co.uk> for finding the bug, and to Gurusamy Sarathy <gsar@ActiveState.com> (Data::Dumper author) for suggesting the fix.

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