From: Gordon Irving Date: Wed, 20 Jan 2010 20:17:19 +0000 (+0000) Subject: remove un-needed coerce from schema_class of type Str X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bf51de058416a26d50e595603f0d266f5b481dc;p=dbsrgits%2FDBIx-Class-Historic.git remove un-needed coerce from schema_class of type Str --- diff --git a/lib/DBIx/Class/Admin.pm b/lib/DBIx/Class/Admin.pm index 234a5bc..318dd87 100644 --- a/lib/DBIx/Class/Admin.pm +++ b/lib/DBIx/Class/Admin.pm @@ -72,7 +72,6 @@ the class of the schema to load has 'schema_class' => ( is => 'ro', isa => Str, - coerce => 1, );