[html-formfu] lost equal sign
Gabor HALASZ
halasz.g at freemail.hu
Fri Oct 29 13:57:29 GMT 2010
2010.10.29. 14:32 keltezéssel, Octavian Rasnita írta:
> In order to make it work, the following Config::General configuration
> should be added:
>
> -SplitPolicy => 'whitespace',
>
> ...in the myapp.conf somewhere under:
>
> <Plugin::ConfigLoader>
> <driver>
>
>
Hi!
Thanks. I read the man pages, added next lines to my Catalyst app's
__PACKAGE__->config:
...
'Plugin::ConfigLoader' => {
driver => {
'General' => { -SplitPolicy => 'whitespace', },
},
},
...
but not helps :( I think, your answer is correct, but I don't know,
where is my mistake.
More information about the HTML-FormFu
mailing list