Skip to content

Commit

Permalink
mention that required values cannot be empty strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 16, 2013
1 parent 1f4773e commit 533fb5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Validator/Validation.pm
Expand Up @@ -195,7 +195,8 @@ Access validated parameters, similar to L<Mojolicious::Controller/"param">.
$validation = $validation->required('foo');
Change validation C<topic> and make sure a value is present.
Change validation C<topic> and make sure a value is present and not an empty
string.
=head1 CHECKS
Expand Down

0 comments on commit 533fb5b

Please sign in to comment.