[libdbix-class-perl] branch master updated (3286105 -> 9511f28)

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 change to branch master
in repository libdbix-class-perl.

      from  3286105   releasing package libdbix-class-perl version 0.082810-2
      adds  9a3d73e   (internal) Introduce an extra utility function, essentially a ( >= ,  < ) test
      adds  8159c6b   Get the leaktest to work with Test::More-(hopefully-not)-to-be
      adds  8ab4767   At last a safer Moo (lots of kludges undone)
      adds  14ae8b9   Stop lazy-requiring B and Storable in internal functions
      adds  ecfcf06   Preserve space after <nick>: in the AUTHORS section of DBIx/Class.pod
      adds  2bc8e98   Factor out author count anouncement, making it seen on plain installs
      adds  627d2b3   Fix intermittent failures in the LeakTracer on 5.18+, remove all workarounds
      adds  2f48c52   Extract LeakTracer symtable visitor into DBICTest::Util
      adds  0a70f4b   Add comprehensive 'report-prereqs'-like tooling
      adds  e1868e3   Fix t/54taint.t failures on perl-in-hell-in-space
      adds  6006b4a   Keep T::B IO open in t/52leaks.t END - other ENDs pending (esp. since 961d79db)
      adds  48ff888   Stop noise from a particular combination of DateTime and DateTime::TimeZone
      adds  3eb0ec8   Fix Postgres test hang with DBD::Pg 3.5.0+ (work around RT#100648)
      adds  87f4bab   Workaround for double-call of destructors (based on 3d56e026 and e1d9e578)
      adds  3d02b69   Fix updating multiple CLOB/BLOB columns on Oracle
      adds  687af02   Remove erroneous undefer introduced in 8d73fcd4 (confuses old perls in END)
      adds  8f77b95   Remove obsolete startup check (introduced in 5e724964, superseded by a5a7bb73)
      adds  93cef6c   Remove warning introduced in 75a1d824d
      adds  44c91ca   Do not attempt to load DBD::Oracle without envvars
      adds  c4c7254   (travis) Various TravisCI improvements lifted from blead
      adds  7f95ea9   Fix exception on complex update/delete under a replicated setup
      adds  7411a51   Relax sanity check in _resolve_relationship_condition
      adds  08eba48   Fix uninitialized warnings on empty hashes passed to join/prefetch
      adds  df54756   Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
      adds  b602aab   More desc_env fixes: Win32 lib matching, and better formatting of final diag
      adds  60fbfe7   Documentation improvements cherry-picked from latest
      adds  a05be81   Interim fix for incorrect CI status pod (pending more thorough mainline commit)
      adds  484e3b7   Release v0.082820
      adds  9b62105   Imported Upstream version 0.082820
       new  7ad8dbb   Merge tag 'upstream/0.082820'
       new  4a29e9b   Update debian/changelog
       new  76f5475   debian/copyright: update upstream copyright years and holders,
       new  c1ed716   Bump versioned (build) dependency on libmoo-perl.
       new  1f6aa64   Remove all patches.
       new  f105cef   Mark package as autopkgtest-able.
       new  14843b6   Bump debhelper compatibility level to 9.
       new  9511f28   releasing package libdbix-class-perl version 0.082820-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                            |   7 +
 Changes                                            |  25 ++
 LICENSE                                            |   2 +-
 MANIFEST                                           |   2 +
 META.yml                                           |  11 +-
 Makefile.PL                                        |   2 +-
 README                                             | 358 ++++++++++---------
 debian/changelog                                   |  12 +
 debian/compat                                      |   2 +-
 debian/control                                     |   7 +-
 debian/copyright                                   |  14 +-
 ...y-check-in-_resolve_relationship_conditio.patch |  46 ---
 ...ime-warning-not-applicable-to-the-slow-mo.patch | 111 ------
 ...ting-multiple-CLOB-BLOB-columns-on-Oracle.patch |  52 ---
 ...on-on-complex-update-delete-under-a-repli.patch |  47 ---
 ...alized-warnings-on-empty-hashes-passed-to.patch |  39 ---
 debian/patches/series                              |   5 -
 debian/tests/pkg-perl/test-files                   |   2 +
 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 +-
 67 files changed, 1282 insertions(+), 1325 deletions(-)
 delete mode 100644 debian/patches/0001-Relax-sanity-check-in-_resolve_relationship_conditio.patch
 delete mode 100644 debian/patches/0002-Remove-runtime-warning-not-applicable-to-the-slow-mo.patch
 delete mode 100644 debian/patches/0003-Fix-updating-multiple-CLOB-BLOB-columns-on-Oracle.patch
 delete mode 100644 debian/patches/0004-Fix-exception-on-complex-update-delete-under-a-repli.patch
 delete mode 100644 debian/patches/0005-Fix-uninitialized-warnings-on-empty-hashes-passed-to.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/tests/pkg-perl/test-files
 create mode 100644 t/00describe_environment.t
 create mode 100644 t/zzzzzzz_authors.t

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