Subject: | Catalyst::Plugin::ConfigLoader with Config::General example |
This errors:
# MyApp_local.conf (Config::General format)
<View Web>
WRAPPER "custom_wrapper"
INCLUDE_PATH __path_to('root/templates/custom_site')__
INCLUDE_PATH __path_to('root/templates')__
</View>
Seems to need no quotes as it's taken as a literal path:
INCLUDE_PATH __path_to(root/templates/custom_site)__
Correct behaviour? Docs patch or fix in Catalyst::Plugin::ConfigLoader:
https://metacpan.org/pod/Catalyst::Plugin::ConfigLoader#config_substitutions(-$value-)