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