Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 15, 2013
1 parent 05ec68b commit d3ef44a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides.pod
Expand Up @@ -23,7 +23,7 @@ L<learn.perl.org|http://learn.perl.org/>.
=head1 SCREENCASTS

Before starting with the tutorial below, you should take a look at the
excellent L<Mojocasts|http://mojocasts.com/e1>, they will give you a general
wonderful L<Mojocasts|http://mojocasts.com/e1>, they will give you a general
overview of what L<Mojolicious> is all about.

=head1 TUTORIAL
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -606,14 +606,14 @@ everything.

get '/' => sub {
my $self = shift;
$self->debug('action');
$self->debug('Hello from an action!');
} => 'index';

app->start;
__DATA__

@@ index.html.ep
% debug 'template';
% debug 'Hello from a template!';

Helpers can also accept template blocks as last argument, this for example
allows very pleasant to use tag helpers and filters.
Expand Down

0 comments on commit d3ef44a

Please sign in to comment.