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

Changes for version 0.28 - 2004-12-06

  • Test qw compatibility bug in older perl versions fixed: From the 5.6 perldelta: The qw// operator is now evaluated at compile time into a true list instead of being replaced with a run time call to split(). This removes the confusing misbehaviour of qw// in scalar context, which had inherited that behaviour from split().
    • To keep the module compatible with older version of perl the test was changed to explicitly return a list and thus circumvent this limitation of qw in older versions of perl. Thanks to nothingmuch@woobling.org for having multiple perl versions in the cpan testers results to make finding the compatibility problem possible.

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