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 1615890e938c58c6ec36c8da4ddb43e7d87d0907
Merge: 12640fd 8878009
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Tue Nov 15 15:28:22 2016 +0100

    New upstream version 1.52

 .travis.yml                           |     1 +
 Changes                               |    41 +
 MANIFEST                              |     4 +
 META.json                             |     2 +-
 META.yml                              |     2 +-
 Makefile.PL                           |    16 +-
 SQLite.xs                             |     4 +
 dbdimp.c                              |  1143 +-
 dbdimp.h                              |     2 +
 dbdimp_tokenizer.inc                  |   289 +
 dbdimp_virtual_table.inc              |   835 +
 lib/DBD/SQLite.pm                     |     6 +-
 lib/DBD/SQLite/Constants.pm           |     2 +-
 lib/DBD/SQLite/VirtualTable.pm        |     6 +-
 sqlite3.c                             | 28593 ++++++++++++++++++++++----------
 sqlite3.h                             |  1620 +-
 sqlite3ext.h                          |     4 +
 t/43_fts3.t                           |     3 +
 t/62_regexp_multibyte_char_class.t    |    53 +
 t/lib/Test.pm                         |     2 +-
 t/rt_115465_column_info_with_spaces.t |    37 +
 21 files changed, 22599 insertions(+), 10066 deletions(-)

diff --cc META.json
index be9b56f,0000000..485b708
mode 100644,000000..100644
--- a/META.json
+++ b/META.json
@@@ -1,59 -1,0 +1,59 @@@
 +{
 +   "abstract" : "Self Contained SQLite RDBMS in a DBI Driver",
 +   "author" : [
 +      "Adam Kennedy <ad...@cpan.org>"
 +   ],
 +   "dynamic_config" : 1,
 +   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.143240",
 +   "license" : [
 +      "perl_5"
 +   ],
 +   "meta-spec" : {
 +      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
 +      "version" : "2"
 +   },
 +   "name" : "DBD-SQLite",
 +   "no_index" : {
 +      "directory" : [
 +         "t",
 +         "inc",
 +         "util"
 +      ]
 +   },
 +   "prereqs" : {
 +      "build" : {
 +         "requires" : {
 +            "File::Spec" : "0.82",
 +            "Test::More" : "0.42"
 +         }
 +      },
 +      "configure" : {
 +         "requires" : {
 +            "DBI" : "1.57",
 +            "ExtUtils::MakeMaker" : "6.48",
 +            "File::Spec" : "0.82"
 +         }
 +      },
 +      "runtime" : {
 +         "requires" : {
 +            "DBI" : "1.57",
 +            "Scalar::Util" : "0",
 +            "Tie::Hash" : "0"
 +         }
 +      }
 +   },
 +   "release_status" : "stable",
 +   "resources" : {
 +      "bugtracker" : {
 +         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-SQLite";
 +      },
 +      "license" : [
 +         "http://dev.perl.org/licenses/";
 +      ],
 +      "repository" : {
 +         "url" : "https://github.com/DBD-SQLite/DBD-SQLite";
 +      },
 +      "x_MailingList" : 
"http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite";
 +   },
-    "version" : "1.50"
++   "version" : "1.52"
 +}
diff --cc META.yml
index c29c6c7,0000000..4482916
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,33 -1,0 +1,33 @@@
 +---
 +abstract: 'Self Contained SQLite RDBMS in a DBI Driver'
 +author:
 +  - 'Adam Kennedy <ad...@cpan.org>'
 +build_requires:
 +  File::Spec: '0.82'
 +  Test::More: '0.42'
 +configure_requires:
 +  DBI: '1.57'
 +  ExtUtils::MakeMaker: '6.48'
 +  File::Spec: '0.82'
 +dynamic_config: 1
 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.143240'
 +license: perl
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
 +  version: '1.4'
 +name: DBD-SQLite
 +no_index:
 +  directory:
 +    - t
 +    - inc
 +    - util
 +requires:
 +  DBI: '1.57'
 +  Scalar::Util: '0'
 +  Tie::Hash: '0'
 +resources:
 +  MailingList: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite
 +  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-SQLite
 +  license: http://dev.perl.org/licenses/
 +  repository: https://github.com/DBD-SQLite/DBD-SQLite
- version: '1.50'
++version: '1.52'

-- 
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