Skip to content

Commit

Permalink
parentheses look silly
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 8, 2015
1 parent 0052a0a commit a0ed48c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -439,9 +439,8 @@ just make a list of possible values.
app->start;

All placeholders get compiled to a regular expression internally, this process
can also be easily customized. Just make sure not to use C<^> and C<$> or
capturing groups (C<(...)>), non-capturing groups (C<(?:...)>) are fine
though.
can also be customized. Just make sure not to use C<^> and C<$>, or capturing
groups C<(...)>, non-capturing groups C<(?:...)> are fine though.

use Mojolicious::Lite;

Expand Down

0 comments on commit a0ed48c

Please sign in to comment.