The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2009-06-27

  • Moved from DBIx::Class::Inflator:: to DBIx::Class::InflateColumn
  • Moved to a driver model for the serializers. No need to specify the serializer in the load_components, just InflateColumn::Serializer
  • abandonded is_json => 1, is_storable => 1, is_yaml => 1 properties for serializer_class => 'JSON', serializer_class => 'YAML', serializer_class => 'Storable'