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