[Bast-commits] r4356 - DBIx-Class/0.08/trunk/t/cdbi-t

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Wed May 7 16:25:41 BST 2008


Author: ribasushi
Date: 2008-05-07 16:25:41 +0100 (Wed, 07 May 2008)
New Revision: 4356

Modified:
   DBIx-Class/0.08/trunk/t/cdbi-t/set_to_undef.t
Log:
Correct order of BEGIN/use so that skip_all does not produce failures

Modified: DBIx-Class/0.08/trunk/t/cdbi-t/set_to_undef.t
===================================================================
--- DBIx-Class/0.08/trunk/t/cdbi-t/set_to_undef.t	2008-05-07 13:58:03 UTC (rev 4355)
+++ DBIx-Class/0.08/trunk/t/cdbi-t/set_to_undef.t	2008-05-07 15:25:41 UTC (rev 4356)
@@ -2,7 +2,6 @@
 
 use strict;
 use Test::More;
-use Test::NoWarnings;
 
 BEGIN {
   eval "use DBIx::Class::CDBICompat;";
@@ -12,6 +11,8 @@
   plan tests => 1;
 }
 
+use Test::NoWarnings;
+
 {
     package Thing;
 




More information about the Bast-commits mailing list