Converted to Class::Accessor::Grouped after mk_classdata snafu in DBIC 0.08
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
CommitLineData
773544fd 1Revision history for DBIx::Class::UUIDColumns
bce2eb4d 2
c5249bac 30.02000 Sun June 24 21:09:35 2007
4 - Converted to Class::Accessor::Grouped after mk_classdata
5 snafu in DBIC 0.08
6 - uuid_columns now also returns the list of columns
7 - insert now uses uuid_columns instead of internal list
8
3469b243 90.01001 Sat May 05 20:01:13 2007
10 - RT#22364 (ASH) hopefully fixed with updated prereq
11 - Added Data::GUID support
12 - Fixed ::Win32API::GUID incorrect subclass
13 - Converted to Module::Install
14 - Added cargo tests/TEST_AUTHOR
15 - Much improved test coverage
16 - Fixed case where no uuid module found so that it dies with error, not with
17 method not found
18
773544fd 190.00001
3469b243 20 - initial release