Subject: | CookBook Entry YAML syntax is wrong |
the yaml for the cookbook entry on DBIC models is wrong the indentation
is off on the connect_info item. It should look like this. It's
confusing to someone who is knew to YAML and doesn't know the
indentation rules.
Model::MyModel:
schema_class: MyApp::MySchema
connect_info:
- dbi:SQLite:myapp.db
- ''
- ''
- AutoCommit: 1