remove un-needed coerce from schema_class of type Str
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Admin.pm
index 234a5bc..318dd87 100644 (file)
@@ -72,7 +72,6 @@ the class of the schema to load
 has 'schema_class' => (
   is    => 'ro',
   isa    => Str,
-  coerce  => 1,
 );