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