Changes
Peter Rabbitson [Sun, 30 Aug 2009 06:53:59 +0000 (06:53 +0000)]
Changes
t/storage/base.t

diff --git a/Changes b/Changes
index ce62fa2..0faba32 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for DBIx::Class
 
+        - The hashref to connection_info now accepts a 'dbh_maker'
+          coderef, allowing better intergration with Catalyst
         - Fixed a complex prefetch + regular join regression introduced
           in 0.08108
         - SQLT related fixes:
index 2a4dd6a..c0bde46 100644 (file)
@@ -166,8 +166,6 @@ for my $type (keys %$invocations) {
   local $Data::Dumper::Sortkeys = 1;
   my $arg_dump = Dumper ($invocations->{$type}{args});
 
-  my $do = sub {  };
-
   warnings_exist (
     sub { $storage->connect_info ($invocations->{$type}{args}) },
      $invocations->{$type}{warn} || (),