File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ Revision history for Gearman-Mesh
3
3
0.01 Date/time
4
4
First version, released on an unsuspecting world.
5
5
0.02 2015-09-21
6
- Added automatic retries to worker and client.
6
+ Added automatic retries to worker and client.
7
+ 0.03 2016-03-15
8
+ Support for coalescing.
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ Gearman::Mesh - thin wrappers around Gearman::XS modules
14
14
15
15
=head1 VERSION
16
16
17
- Version 0.02
17
+ Version 0.03
18
18
19
19
=cut
20
20
21
- our $VERSION = ' 0.02 ' ;
21
+ our $VERSION = ' 0.03 ' ;
22
22
23
23
=head1 DESCRIPTION
24
24
Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ Gearman::Mesh::Client - A wrapper around Gearman::XS::Client
99
99
100
100
=head1 VERSION
101
101
102
- Version 0.02
102
+ Version 0.03
103
103
104
104
=cut
105
105
106
- our $VERSION = '0.02 ';
106
+ our $VERSION = '0.03 ';
107
107
108
108
109
109
=head1 SYNOPSIS
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ Gearman::Mesh::Worker - The great new Gearman::Mesh::Worker!
41
41
42
42
=head1 VERSION
43
43
44
- Version 0.02
44
+ Version 0.03
45
45
46
46
=cut
47
47
48
- our $VERSION = ' 0.02 ' ;
48
+ our $VERSION = ' 0.03 ' ;
49
49
50
50
=head1 SYNOPSIS
51
51
You can’t perform that action at this time.
0 commit comments