From: Peter Rabbitson Date: Fri, 5 Feb 2010 16:33:12 +0000 (+0000) Subject: Release 0.08116 X-Git-Tag: v0.08116^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=9d885c4eed122f29c4b86cde0bba1d888e56bf6a Release 0.08116 --- diff --git a/Changes b/Changes index 6b6b893..e8bfce9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class +0.08116 2010-02-05 16:38:00 (UTC) - Perl 5.8.1 is now the minimum supported version - Massive optimization of the join resolution code - now joins will be removed from the resulting SQL if DBIC can prove they diff --git a/Makefile.PL b/Makefile.PL index 0dcb502..83d25fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,7 +39,7 @@ requires 'MRO::Compat' => '0.09'; requires 'Module::Find' => '0.06'; requires 'Path::Class' => '0.16'; requires 'Scope::Guard' => '0.03'; -requires 'SQL::Abstract' => '1.60'; +requires 'SQL::Abstract' => '1.61'; requires 'SQL::Abstract::Limit' => '0.13'; requires 'Sub::Name' => '0.04'; requires 'Data::Dumper::Concise' => '1.000'; diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 7b09ebd..93a5194 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -25,7 +25,7 @@ sub component_base_class { 'DBIx::Class' } # Always remember to do all digits for the version even if they're 0 # 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.08115'; +$VERSION = '0.08116'; $VERSION = eval $VERSION; # numify for warning-free dev releases