make sure Module::Install 1.00 (or newer) is used for packaging)
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
CommitLineData
773544fd 1Revision history for DBIx::Class::UUIDColumns
bce2eb4d 2
7ce607f3 3 - Repackaged with Module::Install 1.00
4
7c374301 50.02005 Sun June 22 23:10:23 2008
6 - Added support for UUID::Random - Moritz Onken
7
7edcccc1 80.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
130.02003 Fri Mar 7 19:52:56 2008
61455cd9 14 - Quick fix for CPANTS META/author
15
e175874e 160.02002 Mon Sep 24 23:14:45 2007
17 - Added Class::Accessor::Grouped to PREREQ. Duh.
18
dee0985f 190.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
c5249bac 240.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
3469b243 300.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
773544fd 400.00001
dee0985f 41 - initial release