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

gregoa pushed a change to branch master
in repository libdbix-class-schema-loader-perl.

      from  6ad1f47   update changelog
      adds  8450db7   Eliminate POD-containing heredoc
      adds  2c158ba   Fix broken POD links found by App::PodLinkChecker
      adds  f991529   Add missed Changes header for 0.07042
      adds  2fa358b   Fix many_to_many bridges with overlapping foreign keys
      adds  0787c20   Fix MySQL non-InnoDB test skip counts
      adds  51719c5   Eliminate tabs in lib/
      adds  83bce68   Use consistent 4-space indentation in lib/
      adds  ba12c8a   Document how to add perltidy markers via 
filter_generated_code
      adds  786d242   Enable soft_commit with DBD::Firebird as well
      adds  d9a16c6   Shut up uninitialized warnings from ->table_info on DB2
      adds  a6331db   Show relationship info on circular rel failure
      adds  4d104e2   Update Firebird ODBC driver version
      adds  a61771d   Nick Travis script improvements from DBIC
      adds  921c515   Include nanoseconds in timestamps
      adds  464bbc0   Install and test DB2 in Travis
      adds  0e64cfd   Run Travis tests on 5.20 and threaded 5.18 as well
      adds  9ff235d   Fix circular relationship diagnostics
      adds  6f57f50   Fix skip count when DB2 extra schema creation fails
      adds  208bdf7   Fix DB2 foreign-key introspection
      adds  ecf22f0   Use {List,Sub}::Util instead of List::MoreUtils and 
Sub::Name
      adds  cdd6fc4   (travis) Update package list before installing stuff
      adds  d3a0982   Simplify array_eq function
      adds  1976f22   Revert "Install DBIC dev rel under CLEANTEST="false""
      adds  f08818c   Add option to allow extra columns in many_to_many link 
tables
      adds  b1c7512   Remove MySQL year(2) test
      adds  fe5a629   (travis) Exclude the DQ-based DBIC 0.089xx
      adds  9cee8ab   (travis) Remove workarounds for fixed issues
      adds  f05f6b6   (travis) Fix short-circuiting logic
      adds  160b07c   Ensure schema files are generated as binary files on 
Windows
      adds  c939b4a   Use the actual md5sum of the old version when deciding 
whether to overwrite
      adds  48c1a6c   Filter out disabled constraints and triggers for Oracle 
(GH#5)
      adds  029e9d1   Add tests for disabled constraints and triggers for Oracle
      adds  6bef669   Release 0.07043
      adds  08d89f2   Add .dir-locals.el file
      adds  4e32e77   Fix syntax errors in POD data structure example
      adds  b87ab39   Merge AUTHOR and CONTRIBUTORS into a single AUTHORS 
section
      adds  406a97c   Import the latest ::Optional::Dependencies from DBIC
      adds  605be78   Improve POD test and make it author-only
      adds  f8c2ca5   Add author test for use strict/warnings
      adds  494e020   Add author test for whitespace errors and make whitespace 
more consistent
      adds  a6fd0a4   Fix Pg date/time types with zero fractional second digits
      adds  5784b2b   Remove pointless options from _tables_list and 
_filter_tables
      adds  f8791d9   Eliminate redundant query in Pg _column_comment
      adds  a47f63f   Sipmlify Pg enum value fetching
      adds  c2ecce6   Test 'bit varying' without size for Pg
      adds  3c162f3   Fix missing space before opening brace
      adds  3a7a1d7   Add support for nested hashref form of col_accessor_map
      adds  f04ae25   Fix typo in column object POD link
      adds  40b031d   Fix col_accessor_map test for Oracle, DB2 and Firebird
      adds  9006286   Release 0.07044
      adds  dc783fa   Release 0.07045
      adds  3b7ea11   (trv) Get bc-multiarch from Github
      adds  9b67eeb   (trv) Verbosely fetch the Firebird ODBC driver
      adds  d25ee15   (trv) Make sure $NUMTHREADS isn't zero
      adds  f7c4e9a   Use common infrastructure to create/drop extra Firebird 
objects
      adds  02596b0   Fix POD spelling error (RT#111383)
      adds  cd3e10c   (trv) Don't set DBIC_TRACE_PROFILE on perl 5.8
      adds  4f57c45   (trv) Allow threaded 5.8.8 to fail
      adds  5be6067   (trv) Grant CREATE VIEW to Oracle test user
      adds  d7e0e0e   Introspect view definitions
      adds  1fb9f50   Disallow creating dist with extra author mode deps
      adds  30ede60   Add AuthorTests to list of required M:I Plugins
      adds  b9d85b6   Remove leftover Devel::Dwarn from test
      adds  93c51ef   fix typo of "Module::Install" in Makefile.PL
      adds  348abad   Overwrite if the md5sum in a file is wrong but the 
content has not changed
      adds  c2fa1a5   Fix pointlessly overlong line
      adds  024c32c   Convert complicated unless condition to simpler if
      adds  0312a38   Release 0.07046
      adds  b346af7   New upstream version 0.07046
       new  3396fba   Merge tag 'upstream/0.07046'
       new  d6f71df   Update debian/changelog
       new  60ba046   Drop spelling.patch, merged upstream.
       new  1e315c0   Declare compliance with Debian Policy 3.9.8.
       new  f05d22a   Drop version constraints from (build) dependencies
       new  20e46cb   releasing package libdbix-class-schema-loader-perl 
version 0.07046-1

The 6 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:
 Changes                                            |  7 ++
 META.yml                                           |  2 +-
 Makefile.PL                                        | 20 +++++-
 debian/changelog                                   |  9 ++-
 debian/control                                     | 34 +++++-----
 debian/patches/series                              |  1 -
 debian/patches/spelling.patch                      | 18 ------
 lib/DBIx/Class/Schema/Loader.pm                    |  2 +-
 lib/DBIx/Class/Schema/Loader/Base.pm               | 30 +++++++--
 lib/DBIx/Class/Schema/Loader/DBI.pm                |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/ADO.pm            |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm     |  2 +-
 .../Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm  |  2 +-
 .../Schema/Loader/DBI/Component/QuotedDefault.pm   |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/DB2.pm            |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Firebird.pm       |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Informix.pm       |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm      | 12 +++-
 lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm          |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm           |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm    |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm  |  2 +-
 .../Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm |  2 +-
 .../Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm   |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm         | 12 +++-
 lib/DBIx/Class/Schema/Loader/DBI/Pg.pm             | 18 +++++-
 lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm    |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm         |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm         |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Sybase/Common.pm  |  2 +-
 .../Loader/DBI/Sybase/Microsoft_SQL_Server.pm      |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Writing.pm        |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/mysql.pm          | 14 +++-
 lib/DBIx/Class/Schema/Loader/RelBuilder.pm         |  2 +-
 .../Schema/Loader/RelBuilder/Compat/v0_040.pm      |  2 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_05.pm |  2 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_06.pm |  2 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_07.pm |  2 +-
 t/10_01sqlite_common.t                             |  2 +-
 t/10_02mysql_common.t                              | 11 +++-
 t/10_03pg_common.t                                 | 11 +++-
 t/10_05ora_common.t                                | 14 +++-
 t/10_09firebird_common.t                           | 74 ++++++++++++----------
 t/40overwrite_modifications.t                      | 61 ++++++++++++++----
 t/46relationships_multi_m2m.t                      |  1 -
 t/lib/dbixcsl_common_tests.pm                      |  2 +
 46 files changed, 270 insertions(+), 135 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch

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