Skip to content

Commit a8051e6

Browse files
committed
Increased version
1 parent 326cf13 commit a8051e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for perl module AnyEvent::Delay::Simple
22

3-
0.06 2014-09-12
3+
0.06 2014-09-13
44
- Fixed handling of exceptions that may be raised into condvar
55
callbacks.
66

lib/AnyEvent/Delay/Simple.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Scalar::Util qw(blessed);
99
use parent qw(Exporter);
1010

1111

12-
our $VERSION = '0.05';
12+
our $VERSION = '0.06';
1313

1414

1515
our @EXPORT = qw(delay);

0 commit comments

Comments
 (0)