Quick fix for CPANTS META/author
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
CommitLineData
773544fd 1Revision history for DBIx::Class::UUIDColumns
bce2eb4d 2
61455cd9 30.02003 Fri MAr 7 19:52:56 2008
4 - Quick fix for CPANTS META/author
5
e175874e 60.02002 Mon Sep 24 23:14:45 2007
7 - Added Class::Accessor::Grouped to PREREQ. Duh.
8
dee0985f 90.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
c5249bac 140.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
3469b243 200.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
773544fd 300.00001
dee0985f 31 - initial release