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

Changes for version 0.30 - 2005-09-15

  • Modified call to Digest module to bring it up to current.
  • Changed default digester to SHA-256
    • Thanks to Mark Shelor <mshelor@comcast.net> for sending out the notice that sha1 is now considered vulnerable.
  • If you explicitly want to use SHA1 that will still work, but be advised that is no longer considered secure. This only impacts serialization if you are using it with encryption.

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