Skip to content

Commit

Permalink
performance is a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 7, 2016
1 parent 16043ed commit 625ee42
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions lib/Mojo/Template.pm
Expand Up @@ -309,7 +309,7 @@ sub _wrap {
=head1 NAME
Mojo::Template - Perl-ish templates!
Mojo::Template - Perl-ish templates
=head1 SYNOPSIS
Expand Down Expand Up @@ -346,10 +346,10 @@ Mojo::Template - Perl-ish templates!
=head1 DESCRIPTION
L<Mojo::Template> is a minimalistic and very Perl-ish template engine, designed
specifically for all those small tasks that come up during big projects. Like
preprocessing a configuration file, generating text from heredocs and stuff
like that.
L<Mojo::Template> is a minimalistic, fast, and very Perl-ish template engine,
designed specifically for all those small tasks that come up during big
projects. Like preprocessing a configuration file, generating text from heredocs
and stuff like that.
See L<Mojolicious::Guides::Rendering> for information on how to generate
content with the L<Mojolicious> renderer.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes.pm
Expand Up @@ -199,7 +199,7 @@ sub _render {
=head1 NAME
Mojolicious::Routes - Always find your destination with routes!
Mojolicious::Routes - Always find your destination with routes
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Mojo.pm
Expand Up @@ -400,7 +400,7 @@ sub _wait {
=head1 NAME
Test::Mojo - Testing Mojo!
Test::Mojo - Testing Mojo
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/ojo.pm
Expand Up @@ -57,7 +57,7 @@ sub _request {
=head1 NAME
ojo - Fun one-liners with Mojo!
ojo - Fun one-liners with Mojo
=head1 SYNOPSIS
Expand Down

0 comments on commit 625ee42

Please sign in to comment.