As usual, this major release contains a few breaking changes. I don't 
expect too much trouble, but you're welcome to collect solutions for the 
most common upgrade problems in this thread so others can find it.

I'll start with what i believe is the biggest change, the "partial" stash 
value has become a method that emulates the behavior of the include helper.

   my $foo = $self->render(template => 'foo', partial => 1);

is now

   my $foo = $self->render_to_string(template => 'foo');

The include helper is not as pretty, but works in all versions.

  my $foo = $self->include(template => 'foo');

--
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.

Reply via email to