Skip to content

Commit 49d9eba

Browse files
committed
Prepared to release
1 parent 1d0f21c commit 49d9eba

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for AnyEvent::RipeRedis.
22

3+
0.34 Sat Jan 28 18:59:15 MSK 2017
4+
- Light refactoring.
5+
36
0.32 Thu Dec 29 15:16:05 MSK 2016
47
- Weakened one more circular reference.
58
- Fixed typo in POD.

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AnyEvent-RipeRedis version 0.33_01
1+
AnyEvent-RipeRedis version 0.34
22
===============================
33

44
INSTALLATION
@@ -33,7 +33,7 @@ Special thanks
3333

3434
COPYRIGHT AND LICENSE
3535

36-
Copyright (c) 2012-2016, Eugene Ponizovsky, SMS Online. All rights reserved.
36+
Copyright (c) 2012-2017, Eugene Ponizovsky, SMS Online. All rights reserved.
3737

3838
This module is free software; you can redistribute it and/or modify it under
3939
the same terms as Perl itself.

lib/AnyEvent/RipeRedis.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use base qw( Exporter );
77

8-
our $VERSION = '0.33_01';
8+
our $VERSION = '0.34';
99

1010
use AnyEvent::RipeRedis::Error;
1111

@@ -1846,7 +1846,7 @@ Ivan Kruglov
18461846
18471847
=head1 COPYRIGHT AND LICENSE
18481848
1849-
Copyright (c) 2012-2016, Eugene Ponizovsky, SMS Online. All rights reserved.
1849+
Copyright (c) 2012-2017, Eugene Ponizovsky, SMS Online. All rights reserved.
18501850
18511851
This module is free software; you can redistribute it and/or modify it under
18521852
the same terms as Perl itself.

lib/AnyEvent/RipeRedis/Error.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.008000;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.33_01';
7+
our $VERSION = '0.34';
88

99
our %ERROR_CODES = (
1010
E_CANT_CONN => 1,
@@ -98,7 +98,7 @@ Sponsored by SMS Online, E<lt>[email protected]<gt>
9898
9999
=head1 COPYRIGHT AND LICENSE
100100
101-
Copyright (c) 2012-2016, Eugene Ponizovsky, SMS Online. All rights reserved.
101+
Copyright (c) 2012-2017, Eugene Ponizovsky, SMS Online. All rights reserved.
102102
103103
This module is free software; you can redistribute it and/or modify it under
104104
the same terms as Perl itself.

0 commit comments

Comments
 (0)