On Sep 20, 2014 9:20 PM, "sri" <[email protected]> wrote: > > Wonder if a little boilerplate would be acceptable for the frontpage example. > > use 5.20.0; > use experimental 'signatures'; > use Mojolicious::Lite;
How about something like: use Mojolicious::Signatures; use Mojolicious::Lite; Or use Mojolicious::Lite 'signatures'; Or is it possible to make it a plugin? plugin 'Signatures'; -- 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.
