From: Justin Hunter Date: Sat, 3 Jul 2010 00:04:07 +0000 (+0000) Subject: remove extra ' X-Git-Tag: 5.80025~2^2~4^2~1^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=790ff9aafa57fa7945844173627d2c42f76d8739 remove extra ' --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f80f8a1..1013d21 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -892,7 +892,7 @@ component is constructed. For example: MyApp->config({ 'Model::Foo' => { bar => 'baz', overrides => 'me' } }); - MyApp::Model::Foo->config({ quux => 'frob', 'overrides => 'this' }); + MyApp::Model::Foo->config({ quux => 'frob', overrides => 'this' }); will mean that C receives the following data when constructed: