remove un-needed coerce from schema_class of type Str
Gordon Irving [Wed, 20 Jan 2010 20:17:19 +0000 (20:17 +0000)]
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,
 );