PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
542 stars 274 forks source link

Clarify D2::Template::Simple's role in life #1619

Closed cromedome closed 3 years ago

cromedome commented 3 years ago

This is one thing to come out of #1615. Got me to thinking about why we have two template systems in core when we really want to steer devs to other template engines.

After talking with @SysPete and @veryrusty, it was decided we should update the pod here to clarify what role Dancer2::Template::Simple fills, and to consider splitting Dancer2::Template::Tiny to another distribution.

ghost commented 3 years ago

@cromedome This sounds very good! I did some work in #1616 to try and remove Template::Simple, but I keep running in to issues with generating a new application and using Template::Tiny to create the config and app.psgi files from skeleton. It is probably a better way forward to clarify the docs and the try removing the forked version of Template::Tiny instead.

cromedome commented 3 years ago

Merged, thanks!