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

gregoa pushed a commit to branch master
in repository libdbix-class-perl.

commit 6e33561654e8e0864a7c687ec33abf3f4e4257f8
Merge: 1d8ae4a ef6ebe1
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Jun 28 15:57:25 2016 +0200

    Merge tag 'upstream/0.082840'
    
    Upstream version 0.082840

 AUTHORS                                   |   4 +
 Changes                                   |  38 ++
 MANIFEST                                  |   4 +-
 META.yml                                  |   6 +-
 Makefile.PL                               |  17 +-
 README                                    |  12 +-
 examples/Schema/db/example.db             | Bin 10240 -> 10240 bytes
 lib/DBIx/Class.pm                         |   8 +-
 lib/DBIx/Class.pod                        |  16 +-
 lib/DBIx/Class/FilterColumn.pm            |  28 +-
 lib/DBIx/Class/FilterColumn.pod           |   2 +-
 lib/DBIx/Class/Manual/Cookbook.pod        |   2 +-
 lib/DBIx/Class/Manual/Troubleshooting.pod |   2 +-
 lib/DBIx/Class/Optional/Dependencies.pod  |   2 +-
 lib/DBIx/Class/ResultSet.pm               |   2 +-
 lib/DBIx/Class/SQLMaker/LimitDialects.pm  |   2 +-
 lib/DBIx/Class/Schema.pm                  |  65 ++-
 lib/DBIx/Class/Schema/Versioned.pm        |  13 +-
 lib/DBIx/Class/Storage.pm                 |  11 +-
 lib/DBIx/Class/Storage/DBI.pm             | 118 +++--
 lib/DBIx/Class/Storage/DBI/Pg.pm          |  16 +
 lib/DBIx/Class/Storage/DBI/Replicated.pm  |  12 +-
 lib/DBIx/Class/Storage/DBI/SQLite.pm      |  27 +-
 lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm  |   5 +
 lib/DBIx/Class/Storage/DBIHacks.pm        |  15 +-
 lib/DBIx/Class/Storage/TxnScopeGuard.pm   |   7 +-
 lib/DBIx/Class/_Util.pm                   |  30 +-
 t/00describe_environment.t                | 762 +++++++++++++++++++++---------
 t/35exception_inaction.t                  | 102 ++++
 t/54taint.t                               | 120 -----
 t/55namespaces_cleaned.t                  |  26 +-
 t/72pg.t                                  |  26 +-
 t/746sybase.t                             |   7 +
 t/750firebird.t                           |  15 +-
 t/752sqlite.t                             |   5 +
 t/94versioning.t                          |  34 ++
 t/lib/DBICTest.pm                         |   1 +
 t/lib/DBICTest/BaseSchema.pm              |   2 +-
 t/lib/DBICTest/Util.pm                    |  16 +-
 t/lib/DBICTest/Util/LeakTracer.pm         |  19 +-
 t/lib/DBICTest/WithTaint.pm               |   4 -
 t/resultset/inflate_result_api.t          |  17 +
 t/row/filter_column.t                     |  75 +++
 t/sqlmaker/bind_transport.t               |  45 +-
 t/sqlmaker/pg.t                           |  77 +++
 t/storage/base.t                          |  30 +-
 t/storage/dbi_env.t                       |   4 +
 t/storage/debug.t                         |   6 +-
 t/storage/error.t                         |  57 +++
 t/storage/quote_names.t                   |   2 +-
 t/storage/replicated.t                    |  18 +-
 t/storage/savepoints.t                    |  19 +-
 xt/podcoverage.t                          |   7 +
 53 files changed, 1424 insertions(+), 536 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbix-class-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