s/CDA/CAG/ because I'm a damn idiot.
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
CommitLineData
773544fd 1Revision history for DBIx::Class::UUIDColumns
bce2eb4d 2
dee0985f 30.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
c5249bac 80.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
3469b243 140.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
773544fd 240.00001
dee0985f 25 - initial release