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