File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for AnyEvent::RipeRedis.
2
2
3
+ 0.34 Sat Jan 28 18:59:15 MSK 2017
4
+ - Light refactoring.
5
+
3
6
0.32 Thu Dec 29 15:16:05 MSK 2016
4
7
- Weakened one more circular reference.
5
8
- Fixed typo in POD.
Original file line number Diff line number Diff line change 1
- AnyEvent-RipeRedis version 0.33_01
1
+ AnyEvent-RipeRedis version 0.34
2
2
===============================
3
3
4
4
INSTALLATION
@@ -33,7 +33,7 @@ Special thanks
33
33
34
34
COPYRIGHT AND LICENSE
35
35
36
- Copyright (c) 2012-2016 , Eugene Ponizovsky, SMS Online. All rights reserved.
36
+ Copyright (c) 2012-2017 , Eugene Ponizovsky, SMS Online. All rights reserved.
37
37
38
38
This module is free software; you can redistribute it and/or modify it under
39
39
the same terms as Perl itself.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use warnings;
6
6
use base qw( Exporter ) ;
7
7
8
- our $VERSION = ' 0.33_01 ' ;
8
+ our $VERSION = ' 0.34 ' ;
9
9
10
10
use AnyEvent::RipeRedis::Error;
11
11
@@ -1846,7 +1846,7 @@ Ivan Kruglov
1846
1846
1847
1847
=head1 COPYRIGHT AND LICENSE
1848
1848
1849
- Copyright (c) 2012-2016 , Eugene Ponizovsky, SMS Online. All rights reserved.
1849
+ Copyright (c) 2012-2017 , Eugene Ponizovsky, SMS Online. All rights reserved.
1850
1850
1851
1851
This module is free software; you can redistribute it and/or modify it under
1852
1852
the same terms as Perl itself.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.008000;
4
4
use strict;
5
5
use warnings;
6
6
7
- our $VERSION = ' 0.33_01 ' ;
7
+ our $VERSION = ' 0.34 ' ;
8
8
9
9
our %ERROR_CODES = (
10
10
E_CANT_CONN => 1,
98
98
99
99
=head1 COPYRIGHT AND LICENSE
100
100
101
- Copyright (c) 2012-2016 , Eugene Ponizovsky, SMS Online. All rights reserved.
101
+ Copyright (c) 2012-2017 , Eugene Ponizovsky, SMS Online. All rights reserved.
102
102
103
103
This module is free software; you can redistribute it and/or modify it under
104
104
the same terms as Perl itself.
You can’t perform that action at this time.
0 commit comments