File: Changes

package info (click to toggle)
libdbix-class-inflatecolumn-serializer-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 164 kB
  • ctags: 28
  • sloc: perl: 297; sql: 5; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Revision history for DBIx-Class-InflateColumn-Serializer

0.06      2013-06-28 18:36:02 Europe/Madrid
    - Ticket #86304 fixed. Thanks to ribasushi for the bug report :)

0.05      2013-06-03 22:44:09 Europe/Madrid
    - Not using GitHub issues for this module
    - Version in modules now managed by Dist::Zilla plugin

0.04      2013-05-23 23:02:23 Europe/Madrid
    - Some POD errors fixed
    - Author tests moved to xt/
    - Migrate to Dist::Zilla

0.03 Mon Feb 7 18:48:00 2011
    - Migrate to Module::Install
    - Declare test_requires and optional packages (solves RT #64925)
    - use JSON instead of JSON::Any (RT #61551)

0.02 Sat Jun 27 13:32:00 2009
    - 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'

0.01 Mon Jun  8 22:39:35 2009
    - original version