diff --git a/lib/Dancer2/Template/Simple.pm b/lib/Dancer2/Template/Simple.pm index 2b330a85b..ffc8925b4 100644 --- a/lib/Dancer2/Template/Simple.pm +++ b/lib/Dancer2/Template/Simple.pm @@ -153,15 +153,14 @@ To use this engine, you may configure L via C: =head1 DESCRIPTION -This template engine is provided as a default one for the Dancer2 micro -framework. - -This template engine should be fine for development purposes but is not a -powerful one, it's written in pure Perl and has no C bindings to accelerate the -template processing. - -If you want to power an application with Dancer2 in production environment, it's -strongly advised to switch to L. +This template engine is primarily to serve as a migration path for users of +L. It should be fine for development purposes, but you would be +better served by using L or one of the +many alternatives available on CPAN to power an application with Dancer2 +in production environment. + +C is written in pure Perl and has no C bindings +to accelerate the template processing. =head1 SYNTAX