This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libdbd-sqlite3-perl.

commit 2db5167b4393e8d8fa44f03af28f98366609482a
Author: Kenichi Ishigaki <ishig...@cpan.org>
Date:   Sat Feb 20 20:05:59 2016 +0900

    releng 1.51_03
---
 Changes                        | 5 +++++
 lib/DBD/SQLite.pm              | 2 +-
 lib/DBD/SQLite/VirtualTable.pm | 2 +-
 t/lib/Test.pm                  | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index b2d454a..d67f610 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Changes for Perl extension DBD-SQLite
 
+1.51_03 2016-02-20
+    - No code change
+    - Resolved #112220: t/62_regexp_multibyte_char_class.t fails
+      for perl >= 5.22.0 and non-utf8 locale (SREZIC++)
+
 1.51_02 2016-02-20
     - No code change; fixed a newly added test that only passed
       under recent perls (>= 5.18)
diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm
index 21daa82..3931c74 100644
--- a/lib/DBD/SQLite.pm
+++ b/lib/DBD/SQLite.pm
@@ -5,7 +5,7 @@ use strict;
 use DBI   1.57 ();
 use DynaLoader ();
 
-our $VERSION = '1.51_02';
+our $VERSION = '1.51_03';
 our @ISA     = 'DynaLoader';
 
 # sqlite_version cache (set in the XS bootstrap)
diff --git a/lib/DBD/SQLite/VirtualTable.pm b/lib/DBD/SQLite/VirtualTable.pm
index a1fd8b5..45fc202 100644
--- a/lib/DBD/SQLite/VirtualTable.pm
+++ b/lib/DBD/SQLite/VirtualTable.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Scalar::Util    qw/weaken/;
 
-our $VERSION = '1.51_02';
+our $VERSION = '1.51_03';
 our @ISA;
 
 
diff --git a/t/lib/Test.pm b/t/lib/Test.pm
index 65edd89..4507ba8 100644
--- a/t/lib/Test.pm
+++ b/t/lib/Test.pm
@@ -7,7 +7,7 @@ use Exporter   ();
 use File::Spec ();
 use Test::More ();
 
-our $VERSION = '1.51_02';
+our $VERSION = '1.51_03';
 our @ISA     = 'Exporter';
 our @EXPORT  = qw/connect_ok dies dbfile @CALL_FUNCS $sqlite_call has_sqlite 
requires_sqlite/;
 our @CALL_FUNCS;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite3-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to