Skip to content

Commit

Permalink
better Mojo::Template description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 27, 2012
1 parent 59bd4ab commit 0d2e5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Template.pm
Expand Up @@ -449,8 +449,8 @@ can access arguments simply via C<@_>.
% my $x = shift;
test 123 <%= $foo %>
Since templates are just Perl code, debugging can get a bit tricky at times,
but L<Mojo::Template> will return L<Mojo::Exception> objects that stringify to
The compilation of templates to Perl code can make debugging a bit tricky, but
L<Mojo::Template> will return L<Mojo::Exception> objects that stringify to
error messages with context.
Bareword "xx" not allowed while "strict subs" in use at template line 4.
Expand Down

0 comments on commit 0d2e5c1

Please sign in to comment.