Articulate
view release on metacpan or search on metacpan
examples/plain-speaking/config.yml view on Meta::CPAN
# Your application's name
appname: "PlainSpeaking"
# The default layout to use for your application (located in
# views/layouts/main.tt)
layout: "main"
# when the charset is set to UTF-8 Dancer will handle for you
# all the magic of encoding and decoding. You should not care
# about unicode within your app when this setting is set (recommended).
charset: "UTF-8"
plugins:
Articulate:
routes:
- PlainSpeaking::Routes::BlogContent
- Articulate::Routes::Login
components:
construction:
Articulate::Construction:
t/environments/testing.yml view on Meta::CPAN
# Your application's name
appname: "Articulate"
# The default layout to use for your application (located in
# views/layouts/main.tt)
layout: "main"
# when the charset is set to UTF-8 Dancer will handle for you
# all the magic of encoding and decoding. You should not care
# about unicode within your app when this setting is set (recommended).
charset: "UTF-8"
template: "template_toolkit"
engines:
template_toolkit:
start_tag: '[%'
end_tag: '%]'
# the logger engine to use
( run in 1.426 second using v1.01-cache-2.11-cpan-88abd93f124 )