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