[Dbix-class] Patch roundup time, again.

Dave Howorth dhoworth at mrc-lmb.cam.ac.uk
Tue Oct 7 15:27:39 BST 2008


Matt S Trout wrote:
> Any outstanding patches, please send to this thread. Can somebody also
> go through rt.cpan.org and work out if there's anything on there we need
> to apply as well?


Fix problem with t/61findnot.t:

--- Makefile.PL 2008-08-14 17:39:12.000000000 +0100
+++ Makefile.PL.new     2008-10-07 15:21:57.000000000 +0100
@@ -31,7 +31,7 @@

 test_requires 'DBD::SQLite'         => 1.13;
 test_requires 'Test::Builder'       => 0.33;
-test_requires 'Test::Warn'          => 0.08;
+test_requires 'Test::Warn'          => 0.11;
 test_requires 'Test::NoWarnings'    => 0.08;
 test_requires 'Test::Exception'     => 0;

I don't know whether 0.09 or 0.10 would be sufficient :( :)

Cheers, Dave





More information about the DBIx-Class mailing list