Remove Tree and TokenGroup modules in favor of the new DBIx::Class::Tree distribution.
[dbsrgits/DBIx-Class-Historic.git] / t / run / 04db.tl
index daea4fe..4865d96 100644 (file)
@@ -44,7 +44,7 @@ my $test_type_info = {
     'name' => {
         'data_type' => 'varchar',
         'is_nullable' => 0,
-    }
+    },
 };
 is_deeply($type_info, $test_type_info, 'columns_info_for - column data types');