Added UUID::Random support.
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
CommitLineData
773544fd 1Revision history for DBIx::Class::UUIDColumns
bce2eb4d 2
7c374301 30.02005 Sun June 22 23:10:23 2008
4 - Added support for UUID::Random - Moritz Onken
5
7edcccc1 60.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
110.02003 Fri Mar 7 19:52:56 2008
61455cd9 12 - Quick fix for CPANTS META/author
13
e175874e 140.02002 Mon Sep 24 23:14:45 2007
15 - Added Class::Accessor::Grouped to PREREQ. Duh.
16
dee0985f 170.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
c5249bac 220.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
3469b243 280.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
773544fd 380.00001
dee0985f 39 - initial release