Skip to content

Commit

Permalink
no more than 79 characters per line
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 24, 2015
1 parent 24df60a commit 40da44f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -143,8 +143,8 @@ L<Mojolicious> routes automatically take file extensions like C<.html>, remove
the leading C<.>, and store the result in the C<format> stash value. This can
be useful for URL-based content negotiation, such as automatically rendering
different templates based on the file extension. See
L<Mojolicious::Guides::Routing/"Formats"> for information on customizing format
detection, or consider using
L<Mojolicious::Guides::Routing/"Formats"> for information on customizing
format detection, or consider using
L<relaxed placeholders|Mojolicious::Guides::Routing/"Relaxed placeholders"> to
allow matching of the C<.> character.

Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -120,8 +120,8 @@ parentheses.

=head2 Relaxed placeholders

Relaxed placeholders are just like standard placeholders, but use a hash prefix
and match all characters except C</>, similar to the regular expression
Relaxed placeholders are just like standard placeholders, but use a hash
prefix and match all characters except C</>, similar to the regular expression
C<([^/]+)>.

/hello -> /#name/hello -> undef
Expand Down

0 comments on commit 40da44f

Please sign in to comment.