At 2014-06-12 12:19:18 -0700, [email protected] wrote: > > I'm using Mojolicious 5 and the not_found.development.html.ep template > seems to no longer be included in the distribution. Was this intentional? > Or, maybe I missed something?
Happened in 4.79: commit c9392e1af6c29ac9e114a6e38eaf74dc91792107 Author: Sebastian Riedel <[email protected]> Date: Tue Feb 11 02:40:29 2014 +0100 merged exception and not found pages Changes | 3 +- lib/Mojolicious/Controller.pm | 79 ++++++++++++++++++++++---------------------------- lib/Mojolicious/templates/{exception.development.html.ep => development.html.ep} | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------- lib/Mojolicious/templates/not_found.development.html.ep | 136 -------------------------------------------------------------------------------------- 4 files changed, 165 insertions(+), 249 deletions(-) -- ams -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
