Skip to content

Commit

Permalink
Fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Jul 16, 2012
1 parent 4868e20 commit 827c158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AnyEvent/Sleep.pm
Expand Up @@ -38,7 +38,7 @@ sub sleep_until($) {
my $cv = AE::cv;
my $w=AE::timer( $for, 0, sub { $cv->send } );
$cv->recv;
uncef $cv;
undef $cv;
return;
}

Expand Down

0 comments on commit 827c158

Please sign in to comment.