Skip Menu |

This queue is for tickets about the Catalyst-Plugin-ConfigLoader CPAN distribution.

Report information
The Basics
Id: 29967
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-ConfigLoader

People
Owner: Nobody in particular
Requestors: Jeremy [...] marzhillstudios.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.18



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
From: BRICAS [...] cpan.org
On Sat Oct 13 21:43:41 2007, ZAPHAR wrote: Show quoted text
> 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.
Fixed in version 0.18 just released to CPAN -- Thanks! -Brian