We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326cf13 commit a8051e6Copy full SHA for a8051e6
Changes
@@ -1,6 +1,6 @@
1
Revision history for perl module AnyEvent::Delay::Simple
2
3
-0.06 2014-09-12
+0.06 2014-09-13
4
- Fixed handling of exceptions that may be raised into condvar
5
callbacks.
6
lib/AnyEvent/Delay/Simple.pm
@@ -9,7 +9,7 @@ use Scalar::Util qw(blessed);
9
use parent qw(Exporter);
10
11
12
-our $VERSION = '0.05';
+our $VERSION = '0.06';
13
14
15
our @EXPORT = qw(delay);
0 commit comments