Skip to content

Commit

Permalink
Fix a typo in the DBIC example
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Mar 2, 2011
1 parent 3e1a224 commit 0b60bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Catalyst/Manual/Cookbook.pod
Expand Up @@ -589,7 +589,7 @@ write a simple component in Catalyst that slurps in an outside Model:

__PACKAGE__->config(
schema_class => 'Some::DBIC::Schema',
connect_info => ['dbi:SQLite:foo.db', '', '', {AutoCommit=>1}];
connect_info => ['dbi:SQLite:foo.db', '', '', {AutoCommit=>1}],
);

1;
Expand Down

0 comments on commit 0b60bbb

Please sign in to comment.