Skip to content

Commit

Permalink
slightly better description for optional placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 28, 2013
1 parent 17cb83c commit 000cf1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Lite.pm
Expand Up @@ -476,7 +476,8 @@ Routes can be restricted to specific request methods with different keywords.
=head2 Optional placeholders
Routes allow default values to make placeholders optional.
All placeholders require a value, but by assigning them default values you can
make capturing optional.
use Mojolicious::Lite;
Expand Down

0 comments on commit 000cf1f

Please sign in to comment.