[libdbix-class-perl] branch master updated (0718a9a -> 2fd2eb7)

gregor herrmann gregoa at debian.org
Sat Feb 13 18:59:55 UTC 2016


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  0718a9a   update changelog
      adds  850191f   Work around Firebird/InterBase/ODBC crash in tests
      adds  b78fd14   Do not load PadWalker at all on plain installs
      adds  ab63014   Make sure tests pass without a compiler present (another step to RT#74706)
      adds  30e3260   Fix t/storage/quote_names.t failures, caused by lazily built sqlmaker
      adds  fac17a3   Make sure tests still pass in a fork-limited environment
      adds  acc13b6   Work around EUMM 7.06 creating an empty blib/ dir, breaking prove -lr
      adds  b567407   Not sure what I was thinking, but 18637ebb never worked :/
      adds  5f179c3   Fix failing tests with DBICTEST_SYBASE_DSN set
      adds  62cf2c2   Reduce amount of initial connects during non-SQLite test-RDBMS lock-grabs
      adds  d931aae   Add comprehensive concurrent-test-locking logging to aid future debugging
      adds  89c7c05   FINALLY find and fix the elusive parallel test deadlock
      adds  d19df4c   Skip spurious compiler-related error with old DBD::SQLite and new gcc
      adds  88a76b5   Fix test failure on 5.8.x with DBIC_TRACE=1 (introduced by 68b8ba54)
      adds  8bb8430   Fix failures and protect the suite from spurious VERSION-related warnings
      adds  d53547b   Remove test failing on DBD::SQLite 1.50+
      adds  cdda207   (travis) Multiple CI improvements lifted from blead
      adds  a941f20   Add experimental meta flags signifying the status of parallel testing
      adds  fb938cc   Add explicit patronage listing (should have done this a while ago)
      adds  44736f7   Release v0.082821
      adds  b15c83e   Imported Upstream version 0.082821
       new  30ce9a0   Merge tag 'upstream/0.082821'
       new  8cdbeba   Update debian/changelog
       new  31ed2fb   Drop 0001-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
       new  bc2d276   Update upstream copyright holders and years.
       new  118555c   Update years of packaging copyright.
       new  3abdb51   Declare compliance with Debian Policy 3.9.7.
       new  481e21b   Add a patch to fix some spelling mistakes.
       new  2fd2eb7   releasing package libdbix-class-perl version 0.082821-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                                            |   2 +
 Changes                                            |  12 +
 LICENSE                                            |   2 +-
 MANIFEST                                           |   1 -
 META.yml                                           |   8 +-
 README                                             |   8 +-
 debian/changelog                                   |  14 +-
 debian/control                                     |   2 +-
 debian/copyright                                   |   6 +-
 ...-dependency-tests-to-work-on-newer-libsql.patch | 253 ---------------------
 debian/patches/series                              |   2 +-
 debian/patches/spelling.patch                      |  62 +++++
 examples/Schema/db/example.db                      | Bin 10240 -> 10240 bytes
 inc/Module/AutoInstall.pm                          |  44 ++--
 inc/Module/Install.pm                              |  22 +-
 inc/Module/Install/AutoInstall.pm                  |   2 +-
 inc/Module/Install/Base.pm                         |   2 +-
 inc/Module/Install/Can.pm                          |   2 +-
 inc/Module/Install/Fetch.pm                        |   2 +-
 inc/Module/Install/Include.pm                      |   2 +-
 inc/Module/Install/Makefile.pm                     |   4 +-
 inc/Module/Install/Metadata.pm                     |   6 +-
 inc/Module/Install/Scripts.pm                      |   2 +-
 inc/Module/Install/Win32.pm                        |   2 +-
 inc/Module/Install/WriteAll.pm                     |   2 +-
 lib/DBIx/Class.pm                                  |   2 +-
 lib/DBIx/Class.pod                                 |   6 +-
 lib/DBIx/Class/Optional/Dependencies.pod           |   2 +-
 lib/DBIx/Class/ResultSet/Pager.pm                  |   3 +
 lib/DBIx/Class/_Util.pm                            |   9 +-
 maint/Makefile.PL.inc/21_set_meta.pl               |  12 +
 t/105view_deps.t                                   | 115 ----------
 t/51threadnodb.t                                   |  30 ++-
 t/52leaks.t                                        |  28 ++-
 t/53lean_startup.t                                 |   6 +
 t/55namespaces_cleaned.t                           |   9 +-
 t/746sybase.t                                      |  11 +-
 t/750firebird.t                                    |  11 +-
 t/752sqlite.t                                      |  18 +-
 t/admin/10script.t                                 |   6 +
 t/inflate/datetime_pg.t                            |   4 +
 t/lib/DBICTest.pm                                  |  39 +++-
 t/lib/DBICTest/BaseSchema.pm                       |  64 +++---
 t/lib/DBICTest/RunMode.pm                          |  20 ++
 t/lib/DBICTest/Util.pm                             |  67 +++++-
 t/lib/DBICTest/Util/LeakTracer.pm                  |   2 +-
 t/storage/debug.t                                  |   5 +-
 t/storage/quote_names.t                            |  22 +-
 t/storage/txn.t                                    |  19 +-
 t/zzzzzzz_authors.t                                |  19 +-
 xt/authors.t                                       |  27 ++-
 xt/standalone_testschema_resultclasses.t           |   2 +
 xt/strictures.t                                    |  26 ++-
 53 files changed, 530 insertions(+), 518 deletions(-)
 delete mode 100644 debian/patches/0001-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
 create mode 100644 debian/patches/spelling.patch
 delete mode 100644 t/105view_deps.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