From: Daniel Westermann-Clark Date: Sat, 28 Jan 2006 21:12:27 +0000 (+0000) Subject: Bump version and update Changes for _06 X-Git-Tag: v0.05005~76 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de5e2fe9704e915fa5910f9240b5e43efa8095f2;p=dbsrgits%2FDBIx-Class.git Bump version and update Changes for _06 --- diff --git a/Changes b/Changes index 67c2250..5407125 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for DBIx::Class +0.04999_06 + - fix Storage/DBI (tried to load deprecated ::Exception component) + +0.04999_05 2006-01-28 20:13:52 - count will now work for grouped resultsets - added accessor => option to column_info to specify accessor name - added $schema->populate to load test data (similar to AR fixtures) diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 93c70e6..fad42e1 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -13,7 +13,7 @@ sub component_base_class { 'DBIx::Class' } # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -$VERSION = '0.04999_05'; +$VERSION = '0.04999_06'; 1;