Skip to content

Commit

Permalink
encourage the use of a new name
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 13, 2015
1 parent 3a6a7ac commit 3847e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Plugin/EPRenderer.pm
Expand Up @@ -73,12 +73,12 @@ Mojolicious::Plugin::EPRenderer - Embedded Perl renderer plugin
# Mojolicious
$app->plugin('EPRenderer');
$app->plugin(EPRenderer => {name => 'foo'});
$app->plugin(EPRenderer => {template => {line_start => '.'}});
$app->plugin(EPRenderer => {name => 'bar', template => {line_start => '.'}});
# Mojolicious::Lite
plugin 'EPRenderer';
plugin EPRenderer => {name => 'foo'};
plugin EPRenderer => {template => {line_start => '.'}};
plugin EPRenderer => {name => 'bar', template => {line_start => '.'}};
=head1 DESCRIPTION
Expand Down

0 comments on commit 3847e3d

Please sign in to comment.