[libdbix-class-perl] 01/08: Merge tag 'upstream/0.082820'

gregor herrmann gregoa at debian.org
Wed Aug 12 18:37:23 UTC 2015


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 7ad8dbb328e0f37e135189e945de39943fe0bce4
Merge: 3286105 9b62105
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 12 20:15:02 2015 +0200

    Merge tag 'upstream/0.082820'
    
    Upstream version 0.082820

 AUTHORS                                       |   7 +
 Changes                                       |  25 ++
 LICENSE                                       |   2 +-
 MANIFEST                                      |   2 +
 META.yml                                      |  11 +-
 Makefile.PL                                   |   2 +-
 README                                        | 358 ++++++++++++------------
 examples/Schema/MyApp/Schema/Result/Artist.pm |   2 +-
 examples/Schema/MyApp/Schema/Result/Cd.pm     |   8 +-
 examples/Schema/MyApp/Schema/Result/Track.pm  |   6 +-
 examples/Schema/db/example.db                 | Bin 10240 -> 10240 bytes
 examples/Schema/db/example.sql                |  16 +-
 examples/Schema/insertdb.pl                   |   4 +-
 examples/Schema/testdb.pl                     |   9 +-
 lib/DBIx/Class.pm                             |  12 +-
 lib/DBIx/Class.pod                            | 359 ++++++++++++------------
 lib/DBIx/Class/CDBICompat/DestroyWarning.pm   |   4 +
 lib/DBIx/Class/Manual/Cookbook.pod            |  13 +-
 lib/DBIx/Class/Manual/Example.pod             | 383 ++++----------------------
 lib/DBIx/Class/Manual/FAQ.pod                 |  37 ++-
 lib/DBIx/Class/Optional/Dependencies.pod      |   2 +-
 lib/DBIx/Class/ResultSet.pm                   |   9 +-
 lib/DBIx/Class/ResultSource.pm                |  13 +-
 lib/DBIx/Class/Schema.pm                      |   6 +-
 lib/DBIx/Class/Storage/BlockRunner.pm         |  22 +-
 lib/DBIx/Class/Storage/DBI.pm                 |   8 +-
 lib/DBIx/Class/Storage/DBI/Cursor.pm          |   3 +
 lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm  |  16 +-
 lib/DBIx/Class/Storage/DBI/Replicated.pm      |   3 +-
 lib/DBIx/Class/Storage/DBI/SQLite.pm          |  26 +-
 lib/DBIx/Class/Storage/Statistics.pm          |  22 +-
 lib/DBIx/Class/Storage/TxnScopeGuard.pm       |   6 +-
 lib/DBIx/Class/_Util.pm                       |  95 +++++--
 maint/gen_pod_authors                         |   2 +-
 t/00describe_environment.t                    | 358 ++++++++++++++++++++++++
 t/100populate.t                               |  15 +-
 t/40compose_connection.t                      |   3 -
 t/52leaks.t                                   | 103 ++++---
 t/53lean_startup.t                            |   8 +-
 t/54taint.t                                   |   5 +
 t/72pg.t                                      |   8 +-
 t/73oracle_blob.t                             |  25 +-
 t/752sqlite.t                                 |   6 +-
 t/91merge_joinpref_attr.t                     |  19 +-
 t/cdbi/sweet/08pager.t                        |  11 -
 t/inflate/datetime_oracle.t                   |   7 +-
 t/inflate/hri.t                               |   4 +-
 t/lib/DBICTest.pm                             |   9 +-
 t/lib/DBICTest/RunMode.pm                     |   2 +-
 t/lib/DBICTest/Util.pm                        |  54 ++--
 t/lib/DBICTest/Util/LeakTracer.pm             |  81 ++----
 t/prefetch/correlated.t                       |   2 +
 t/storage/base.t                              |   2 +
 t/storage/txn_scope_guard.t                   |  25 ++
 t/zzzzzzz_authors.t                           |  15 +
 xt/authors.t                                  |  15 +-
 56 files changed, 1254 insertions(+), 1016 deletions(-)

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



More information about the Pkg-perl-cvs-commits mailing list