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

schwern at dev.catalyst.perl.org schwern at dev.catalyst.perl.org
Tue Nov 4 18:26:09 GMT 2008


Author: schwern
Date: 2008-11-04 18:26:09 +0000 (Tue, 04 Nov 2008)
New Revision: 5051

Modified:
   DBIx-Class/0.08/trunk/t/cdbi-t/15-accessor.t
Log:
normalize the indentation and detabify

Modified: DBIx-Class/0.08/trunk/t/cdbi-t/15-accessor.t
===================================================================
--- DBIx-Class/0.08/trunk/t/cdbi-t/15-accessor.t	2008-11-04 17:45:07 UTC (rev 5050)
+++ DBIx-Class/0.08/trunk/t/cdbi-t/15-accessor.t	2008-11-04 18:26:09 UTC (rev 5051)
@@ -2,13 +2,13 @@
 use Test::More;
 
 BEGIN {
-  eval "use DBIx::Class::CDBICompat;";
-  if ($@) {
-    plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required');
-    next;
-  }
-  eval "use DBD::SQLite";
-  plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 54);
+    eval "use DBIx::Class::CDBICompat;";
+    if ($@) {
+        plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required');
+        next;
+    }
+    eval "use DBD::SQLite";
+    plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 54);
 }
 
 INIT {




More information about the Bast-commits mailing list