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)
# 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