Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
documentation tweak
  • Loading branch information
kraih committed Sep 7, 2013
1 parent af43379 commit f0577eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.34 2013-09-08

4.33 2013-09-07
- Fixed portability bug in Mojo::IOLoop::Delay.

Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -170,8 +170,8 @@ event counter or an error occurs in a callback.
=head2 wait
my @args = $delay->wait;
my $first = $delay->wait;
my $arg = $delay->wait;
my @args = $delay->wait;
Start C<ioloop> and stop it again once an C<error> or C<finish> event gets
emitted, only works when C<ioloop> is not running already.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -41,7 +41,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.33';
our $VERSION = '4.34';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit f0577eb

Please sign in to comment.