From: David Kamholz Date: Fri, 10 Mar 2006 12:29:19 +0000 (+0000) Subject: changes for 0.05999_02 X-Git-Tag: v0.06000~60^2~32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5728c723bc0d5fac7acfa76d2b240748ea14a9b4;p=dbsrgits%2FDBIx-Class.git changes for 0.05999_02 --- diff --git a/Changes b/Changes index 5324fa1..27f9714 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for DBIx::Class -0.05990_01 Pending +0.05990_02 2006-03-10 13:31:37 - remove test dep on YAML - additional speed tweaks for C3 - allow scalarefs passed to order_by to go straight through to SQL diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index ed86f4a..61fccca 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.05999_01'; +$VERSION = '0.05999_02'; sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_;