Skip to content

Commit

Permalink
mention variant values too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 19, 2015
1 parent fe7166f commit 85eb4d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.25 2015-10-19
6.25 2015-10-20
- Improved Mojo::DOM::CSS to support selectors with leading and trailing
whitespace.
- Fixed "0" value bug in Mojo::JSON::Pointer.
Expand Down
16 changes: 9 additions & 7 deletions lib/Mojolicious/Renderer.pm
Expand Up @@ -390,7 +390,9 @@ Register a new helper.
handler => 'epl'
});
Get a C<DATA> section template by name, usually used by handlers.
Get a C<DATA> section template from L</"classes"> for an options hash reference
with C<template>, C<format>, C<variant> and C<handler> values, usually used by
handlers.
=head2 get_helper
Expand Down Expand Up @@ -424,8 +426,8 @@ Generate default template name for L<Mojolicious::Controller> object.
format => 'html'
});
Detect handler based on an options hash reference with C<template> and
C<format>.
Detect handler for an options hash reference with C<template>, C<format> and
C<variant> values.
=head2 template_name
Expand All @@ -435,8 +437,8 @@ C<format>.
handler => 'epl'
});
Builds a template name based on an options hash reference with C<template>,
C<format> and C<handler>, usually used by handlers.
Build a template name for an options hash reference with C<template>, C<format>,
C<variant> and C<handler> values, usually used by handlers.
=head2 template_path
Expand All @@ -446,8 +448,8 @@ C<format> and C<handler>, usually used by handlers.
handler => 'epl'
});
Builds a full template path based on an options hash reference with
C<template>, C<format> and C<handler>, usually used by handlers.
Build a full template path for an options hash reference with C<template>,
C<format>, C<variant> and C<handler> values, usually used by handlers.
=head1 SEE ALSO
Expand Down

0 comments on commit 85eb4d2

Please sign in to comment.