From: Peter Rabbitson Date: Mon, 27 Apr 2009 09:11:15 +0000 (+0000) Subject: Release 0.08101 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0f289c8c9da5488973b1993c5e81be1705dab3d;p=dbsrgits%2FDBIx-Class-Historic.git Release 0.08101 --- diff --git a/Changes b/Changes index 3fd86a1..3331388 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,16 @@ Revision history for DBIx::Class - - Fix +select, +as, +columns and include_columns being stripped from - ->get_columns - - move load_optional_class from DBIx::Class::Componentised to Class::C3::Componentised - -0.081000 2009-04-19 11:39:35 (UTC) +0.08101 2009-04-27 09:45:00 (UTC) + - Fix +select, +as, +columns and include_columns being stripped + by $rs->get_column + - move load_optional_class from DBIx::Class::Componentised to + Class::C3::Componentised, bump dependency + - register_extra_source() now *really* fixed wrt subclassing + - Added missing POD descriptions (RT#45195) + - Fix insert() to not store_column() every present object column + - Multiple Makefile.PL fixes + +0.08100 2009-04-19 11:39:35 (UTC) - Todo out the register_extra_source test until after shipping 0.08099_08 2009-03-30 00:00:00 (UTC) diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index c0792aa..26b473d 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,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.08100'; +$VERSION = '0.08101'; $VERSION = eval $VERSION; # numify for warning-free dev releases