Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Nov 22, 2016
1 parent 1a3bf56 commit d65053e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Revision history for AnyEvent-DBI-MySQL

{{$NEXT}}

v2.1.0 2016-11-22 19:21:45 EET
- Reformat doc.
- Fix 100% CPU usage on broken connection.
- Experimental support for mysql_auto_reconnect=>1.

v2.0.0 2016-02-19 11:14:28 EET
- Switch to Dist::Milla.
Expand Down
14 changes: 7 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Alex Efros <powerman@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.043, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Zilla version 5.047, Dist::Milla version v1.0.16, CPAN::Meta::Converter version 2.150005",
"license" : [
"mit"
],
Expand All @@ -31,7 +31,7 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.15",
"Dist::Milla" : "v1.0.16",
"Test::Distribution" : "0",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41"
Expand All @@ -58,19 +58,19 @@
"provides" : {
"AnyEvent::DBI::MySQL" : {
"file" : "lib/AnyEvent/DBI/MySQL.pm",
"version" : "v2.0.0"
"version" : "v2.1.0"
},
"AnyEvent::DBI::MySQL::db" : {
"file" : "lib/AnyEvent/DBI/MySQL.pm",
"version" : "v2.0.0"
"version" : "v2.1.0"
},
"AnyEvent::DBI::MySQL::st" : {
"file" : "lib/AnyEvent/DBI/MySQL.pm",
"version" : "v2.0.0"
"version" : "v2.1.0"
},
"AnyEvent::DBI::MySQL::st::ready" : {
"file" : "lib/AnyEvent/DBI/MySQL.pm",
"version" : "v2.0.0"
"version" : "v2.1.0"
}
},
"release_status" : "stable",
Expand All @@ -85,6 +85,6 @@
"web" : "https://github.com/powerman/perl-AnyEvent-DBI-MySQL"
}
},
"version" : "v2.0.0"
"version" : "v2.1.0"
}

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AnyEvent::DBI::MySQL - Asynchronous MySQL queries

# VERSION

This document describes AnyEvent::DBI::MySQL version v2.0.0
This document describes AnyEvent::DBI::MySQL version v2.1.0

# SYNOPSIS

Expand Down Expand Up @@ -215,11 +215,11 @@ Feel free to fork the repository and submit pull requests.

# AUTHOR

Alex Efros &lt;powerman@cpan.org>
Alex Efros <powerman@cpan.org>

# COPYRIGHT AND LICENSE

This software is Copyright (c) 2013- by Alex Efros &lt;powerman@cpan.org>.
This software is Copyright (c) 2013- by Alex Efros <powerman@cpan.org>.

This is free software, licensed under:

Expand Down
4 changes: 2 additions & 2 deletions lib/AnyEvent/DBI/MySQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use utf8;
use Carp;

our $VERSION = 'v2.0.0';
our $VERSION = 'v2.1.0';

## no critic(ProhibitMultiplePackages Capitalization ProhibitNoWarnings)

Expand Down Expand Up @@ -283,7 +283,7 @@ AnyEvent::DBI::MySQL - Asynchronous MySQL queries
=head1 VERSION
This document describes AnyEvent::DBI::MySQL version v2.0.0
This document describes AnyEvent::DBI::MySQL version v2.1.0
=head1 SYNOPSIS
Expand Down

0 comments on commit d65053e

Please sign in to comment.