version 0.02006
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
CommitLineData
773544fd 1Revision history for DBIx::Class::UUIDColumns
bce2eb4d 2
7eb54421 30.02006 Wed Dec 21 16:58:00 2011
7ce607f3 4 - Repackaged with Module::Install 1.00
0755d3d1 5 - Migrated repository from svn to git and added links to meta tags
7ce607f3 6
7c374301 70.02005 Sun June 22 23:10:23 2008
8 - Added support for UUID::Random - Moritz Onken
9
7edcccc1 100.02004 Mon Apr 22 20:41:23 2008
11 - Fix test failure under SQL::Translator <= 0.07
12 - Removed Build.PL now that Module::Install no longer supports it
13 - Removed bogus tests entry in Makefile.PL
14
150.02003 Fri Mar 7 19:52:56 2008
61455cd9 16 - Quick fix for CPANTS META/author
17
e175874e 180.02002 Mon Sep 24 23:14:45 2007
19 - Added Class::Accessor::Grouped to PREREQ. Duh.
20
dee0985f 210.02001 Sun July 1 20:15:33 2007
22 - Use Class::Accessor::Grouped instead of Class::Data::Accesor
23 because I'm a damn idiot.
24 - Fixed spelling test
25
c5249bac 260.02000 Sun June 24 21:09:35 2007
27 - Converted to Class::Accessor::Grouped after mk_classdata
28 snafu in DBIC 0.08
29 - uuid_columns now also returns the list of columns
30 - insert now uses uuid_columns instead of internal list
31
3469b243 320.01001 Sat May 05 20:01:13 2007
33 - RT#22364 (ASH) hopefully fixed with updated prereq
34 - Added Data::GUID support
35 - Fixed ::Win32API::GUID incorrect subclass
36 - Converted to Module::Install
37 - Added cargo tests/TEST_AUTHOR
38 - Much improved test coverage
39 - Fixed case where no uuid module found so that it dies with error, not with
40 method not found
41
773544fd 420.00001
dee0985f 43 - initial release