projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a62dec8
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Admin.pm
b/lib/DBIx/Class/Admin.pm
index
234a5bc
..
318dd87
100644
(file)
--- 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,
);