08003 changes
Matt S Trout [Mon, 16 Jul 2007 11:49:16 +0000 (11:49 +0000)]
Changes
Makefile.PL
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index a0402f7..5e4e886 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for DBIx::Class
 
+0.08003 2007-07-14 18:01:00
+        - improved populate bulk_insert mode
         - fixed up multi_create to be more intelligent about PK<->PK rels
         - fix many-many rels to not use set_columns
         - Unmarked deploy as experimental since it isn't anymore
index fe926d2..91b1b4d 100644 (file)
@@ -22,7 +22,7 @@ requires 'Scope::Guard'              => 0.03;
 requires 'Encode'                    => 0 if ($] <= 5.008000);  
 
 build_requires 'DBD::SQLite'         => 1.11;
-build_requires 'Test::Builder'         => 0.70;
+build_requires 'Test::Builder'       => 0.33;
 
 install_script 'script/dbicadmin';
 
index 9eb9288..cf82380 100644 (file)
@@ -23,7 +23,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.08002';
+$VERSION = '0.08003';
 
 sub MODIFY_CODE_ATTRIBUTES {
   my ($class,$code,@attrs) = @_;