Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mention that no more checks will be performed after the first one fails
  • Loading branch information
kraih committed Oct 15, 2013
1 parent 3c78471 commit d59dd85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.48 2013-10-16

4.47 2013-10-15
- Added dumper function to Mojo::Util.
- Improved compatibility with IO::Socket::SSL 1.955.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -43,7 +43,7 @@ has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.47';
our $VERSION = '4.48';

sub AUTOLOAD {
my $self = shift;
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Validator/Validation.pm
Expand Up @@ -144,7 +144,8 @@ and implements the following new ones.
$validation = $validation->check('size', 2, 7);
Perform validation check.
Perform validation check, no more checks will be performend for the current
C<topic> after the first one failed.
=head2 error
Expand Down

0 comments on commit d59dd85

Please sign in to comment.