Skip to content

Commit

Permalink
more links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 17, 2013
1 parent 6dbb2ed commit ded3e65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojo/Template.pm
Expand Up @@ -642,20 +642,20 @@ following new ones.
$mt = $mt->build;
Build Perl code from tree.
Build Perl L</"code"> from L</"tree">.
=head2 compile
my $exception = $mt->compile;
Compile Perl code for template.
Compile Perl L</"code"> for template.
=head2 interpret
my $output = $mt->interpret;
my $output = $mt->interpret(@args);
Interpret compiled template code.
Interpret L</"compiled"> template code.
# Reuse template
say $mt->render('Hello <%= $_[0] %>!', 'Bender');
Expand All @@ -666,7 +666,7 @@ Interpret compiled template code.
$mt = $mt->parse($template);
Parse template into tree.
Parse template into L</"tree">.
=head2 render
Expand Down

0 comments on commit ded3e65

Please sign in to comment.