>
> 2) New Perl 5 features (such as subroutine signatures). How are we going
> to support them? Which versions of Perl 5 are we going to support in the
> future?
>
I believe this one will be a very important topic during Mojoconf, and
specifically how we are going to deal with the new subroutine signatures in
Perl 5.20.
use Mojolicious::Lite;
get '/' => sub ($self) {
$self->ua->get('mojolicio.us' => sub ($ua, $tx) {
$self->render(text => $tx->res->dom->at('title')->text);
});
};
app->start;
--
sebastian
--
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.