Fix test failure under SQL::Translator <= 0.07
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
CommitLineData
773544fd 1Revision history for DBIx::Class::UUIDColumns
bce2eb4d 2
7edcccc1 30.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
80.02003 Fri Mar 7 19:52:56 2008
61455cd9 9 - Quick fix for CPANTS META/author
10
e175874e 110.02002 Mon Sep 24 23:14:45 2007
12 - Added Class::Accessor::Grouped to PREREQ. Duh.
13
dee0985f 140.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
c5249bac 190.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
3469b243 250.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
773544fd 350.00001
dee0985f 36 - initial release