Subject: | make write params to conf file by wish |
I think by default not need write to config file
Example
if you want add/change config param like
$self->config_param('test','test')
plugin try write/save config file
but IMHO is not good
my suggestion for autosave config file add some env var like
$ENV{CGIAPP_CONFIG_FILE_AUTOSAVE}
what you think ?