rename method and add docs
[dbsrgits/DBIx-Class.git] / t / 93autocast.t
index bbedcab..a8375be 100644 (file)
@@ -20,7 +20,7 @@ use DBIC::SqlMakerTest;
       int => undef, # no conversion
     };
 
-    sub _dbi_data_type {
+    sub _map_data_type {
       return $type_map->{$_[1]};
     }
 }