make sure Module::Install 1.00 (or newer) is used for packaging)
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
1 Revision history for DBIx::Class::UUIDColumns
2
3     - Repackaged with Module::Install 1.00
4
5 0.02005 Sun June 22 23:10:23 2008
6     - Added support for UUID::Random - Moritz Onken
7
8 0.02004 Mon Apr 22 20:41:23 2008
9     - Fix test failure under SQL::Translator <= 0.07
10     - Removed Build.PL now that Module::Install no longer supports it
11     - Removed bogus tests entry in Makefile.PL
12
13 0.02003 Fri Mar 7 19:52:56 2008
14     - Quick fix for CPANTS META/author
15
16 0.02002 Mon Sep 24 23:14:45 2007
17     - Added Class::Accessor::Grouped to PREREQ. Duh.
18
19 0.02001 Sun July 1 20:15:33 2007
20     - Use Class::Accessor::Grouped instead of Class::Data::Accesor
21         because I'm a damn idiot.
22     - Fixed spelling test
23
24 0.02000 Sun June 24 21:09:35 2007
25     - Converted to Class::Accessor::Grouped after mk_classdata
26         snafu in DBIC 0.08
27     - uuid_columns now also returns the list of columns
28     - insert now uses uuid_columns instead of internal list
29
30 0.01001 Sat May 05 20:01:13 2007
31     - RT#22364 (ASH) hopefully fixed with updated prereq
32     - Added Data::GUID support
33     - Fixed ::Win32API::GUID incorrect subclass
34     - Converted to Module::Install
35     - Added cargo tests/TEST_AUTHOR
36     - Much improved test coverage
37     - Fixed case where no uuid module found so that it dies with error, not with
38         method not found
39
40 0.00001
41     - initial release