[libdbix-class-schema-loader-perl] branch master updated (d9b3909 -> 78a5a85)

gregor herrmann gregoa at debian.org
Sun Jan 21 02:22:33 UTC 2018


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  d9b3909   releasing package libdbix-class-schema-loader-perl version 0.07047-2
      adds  4f1bda9   Avoid upcoming DBIC warning on implicit SELECT * invocation (RT#118178)
      adds  ca1389c   Tweak "exclude" and "constraint" option docs
      adds  d1d56e5   Add arc to AUTHORS
      adds  13f9761   Fix POD punctuation typo
      adds  6602223   Fix POD typo
      adds  70b801a   Improve moniker_map coderef documentation (GH#7)
      adds  1cf6e18   Improve col_accessor_map coderef documentation
      adds  f104526   Be more consistent about how we refer to column/table objects
      adds  7fc23d1   Add trailing commas in rel_name_map hashref example
      adds  c5df1f5   Fix running Makefile.PL without '.' in @INC
      adds  c7406d4   Run Travis-CI test on the latest two stable perls
      adds  e1b0d66   Add Changes entry exclude/constraint doc improvment (GH#12)
      adds  3feac24   Add ticket number for '.' in @INC fix (RT#121905)
      adds  306bf77   Release 0.07047
      adds  a07eab0   Fix for PostgreSQL enums not in the schema search path (RT#123234)
      adds  a64b98a   Tidy up handling of literal default values in ::Pg
      adds  ed566bb   Fix 'default now()' test for PostgreSQL v10
      adds  20d44ba   Only run the col_accessor_map tests once per connect_info
      adds  c700ee3   Disconnect before dropping tables in tests
      adds  8bf8022   Update Firebird ODBC driver version
      adds  b97f399   Make sure '.' is last in @INC, not first
      adds  f3bed1f   Fix fix reference cycle in test col_accessor_map callback
      adds  508c237   Install curry in Travis
      adds  7ba9582   Fix use of merge() to work with newer Hash::Merge
      adds  462914a   Add Changes entry for Hash::Merge fix
      adds  0fccc53   Fix skip count for MySQL non-InnoDB tests
      adds  188038c   Release 0.07048
      adds  9362283   New upstream version 0.07048
       new  e8d39e9   Update upstream source from tag 'upstream/0.07048'
       new  843a1f3   Update debian/changelog
       new  667e3e9   Drop 0001-Disable-cloning-when-merging-hashes.patch
       new  a379984   Add new build and runtime dependency on libcurry-perl.
       new  78a5a85   update changelog / add WAITS-FOR

The 5 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                                            |  6 +++
 META.yml                                           |  5 ++-
 Makefile.PL                                        |  3 +-
 debian/changelog                                   | 11 ++++++
 debian/control                                     |  2 +
 .../0001-Disable-cloning-when-merging-hashes.patch | 46 ----------------------
 debian/patches/series                              |  1 -
 inc/Module/AutoInstall.pm                          |  2 +-
 inc/Module/Install.pm                              |  2 +-
 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                     |  2 +-
 inc/Module/Install/Metadata.pm                     |  2 +-
 inc/Module/Install/Scripts.pm                      |  2 +-
 inc/Module/Install/Win32.pm                        |  2 +-
 inc/Module/Install/WriteAll.pm                     |  2 +-
 lib/DBIx/Class/Schema/Loader.pm                    | 29 ++++++++++----
 lib/DBIx/Class/Schema/Loader/Base.pm               |  7 ++--
 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      |  2 +-
 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         |  2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Pg.pm             | 45 +++++++++++----------
 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          |  2 +-
 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_03pg_common.t                                 | 14 ++++++-
 t/lib/dbixcsl_common_tests.pm                      | 29 +++++++-------
 52 files changed, 141 insertions(+), 137 deletions(-)
 delete mode 100644 debian/patches/0001-Disable-cloning-when-merging-hashes.patch
 delete mode 100644 debian/patches/series

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



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