23cfd443f279f0da437072f4930e617ef6ca5f43
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
1 Revision history for DBIx::Class::UUIDColumns
2
3 0.02003 Fri MAr 7 19:52:56 2008
4     - Quick fix for CPANTS META/author
5
6 0.02002 Mon Sep 24 23:14:45 2007
7     - Added Class::Accessor::Grouped to PREREQ. Duh.
8
9 0.02001 Sun July 1 20:15:33 2007
10     - Use Class::Accessor::Grouped instead of Class::Data::Accesor
11         because I'm a damn idiot.
12     - Fixed spelling test
13
14 0.02000 Sun June 24 21:09:35 2007
15     - Converted to Class::Accessor::Grouped after mk_classdata
16         snafu in DBIC 0.08
17     - uuid_columns now also returns the list of columns
18     - insert now uses uuid_columns instead of internal list
19
20 0.01001 Sat May 05 20:01:13 2007
21     - RT#22364 (ASH) hopefully fixed with updated prereq
22     - Added Data::GUID support
23     - Fixed ::Win32API::GUID incorrect subclass
24     - Converted to Module::Install
25     - Added cargo tests/TEST_AUTHOR
26     - Much improved test coverage
27     - Fixed case where no uuid module found so that it dies with error, not with
28         method not found
29
30 0.00001
31     - initial release