migrated repository from svn to git and added links to meta tags
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
1 Revision history for DBIx::Class::UUIDColumns
2
3     - Repackaged with Module::Install 1.00
4     - Migrated repository from svn to git and added links to meta tags
5
6 0.02005 Sun June 22 23:10:23 2008
7     - Added support for UUID::Random - Moritz Onken
8
9 0.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
14 0.02003 Fri Mar 7 19:52:56 2008
15     - Quick fix for CPANTS META/author
16
17 0.02002 Mon Sep 24 23:14:45 2007
18     - Added Class::Accessor::Grouped to PREREQ. Duh.
19
20 0.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
25 0.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
31 0.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
41 0.00001
42     - initial release