[libdbix-class-schema-loader-perl] 01/02: Merge tag 'upstream/0.07043'

dod at debian.org dod at debian.org
Tue Sep 15 08:45:35 UTC 2015


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

dod pushed a commit to branch master
in repository libdbix-class-schema-loader-perl.

commit 321b87417a170a6844cbdfd862853780d1478252
Merge: 9bb6f75 37adba7
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Sep 15 10:41:14 2015 +0200

    Merge tag 'upstream/0.07043'
    
    Upstream version 0.07043
    
    # gpg: Signature made Tue 15 Sep 2015 10:41:10 AM CEST using RSA key ID 49AB2B6C
    # gpg: Good signature from "Dominique Dumont <domi.dumont at free.fr>"
    # gpg:                 aka "Dominique Dumont (CPAN) <ddumont at cpan.org>"
    # gpg:                 aka "Dominique Dumont (HP-GNB) <domi at komarr.gre.hp.com>"
    # gpg:                 aka "Dominique Dumont (HP-SEA) <dominique.dumont at hp.com>"
    # gpg:                 aka "Dominique Dumont (Debian) <dod at debian.org>"
    # gpg:                 aka "Dominique Dumont <dod at debian.org>"
    # gpg:                 aka "Dominique Dumont <dod38fr at googlemail.com>"

 Changes                                            |  11 +++
 META.yml                                           |   8 +-
 Makefile.PL                                        |   4 +-
 README                                             |  90 +++++++++---------
 inc/Module/AutoInstall.pm                          |   2 +-
 inc/Module/Install.pm                              |  11 ++-
 inc/Module/Install/AutoInstall.pm                  |   6 +-
 inc/Module/Install/Base.pm                         |   2 +-
 inc/Module/Install/Can.pm                          |   2 +-
 inc/Module/Install/Fetch.pm                        |   6 +-
 inc/Module/Install/Include.pm                      |   6 +-
 inc/Module/Install/Makefile.pm                     |   2 +-
 inc/Module/Install/Metadata.pm                     | 102 +++++++--------------
 inc/Module/Install/Scripts.pm                      |   6 +-
 inc/Module/Install/Win32.pm                        |   6 +-
 inc/Module/Install/WriteAll.pm                     |   6 +-
 lib/DBIx/Class/Schema/Loader.pm                    |  96 +++++++++----------
 lib/DBIx/Class/Schema/Loader/Base.pm               |  61 +++++++-----
 lib/DBIx/Class/Schema/Loader/DBI.pm                |   4 +-
 lib/DBIx/Class/Schema/Loader/DBI/ADO.pm            |  30 +++---
 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            |  14 ++-
 lib/DBIx/Class/Schema/Loader/DBI/Firebird.pm       |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Informix.pm       |   4 +-
 lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm      |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm          |   4 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm           |  32 +++----
 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         |  20 ++--
 lib/DBIx/Class/Schema/Loader/DBI/Pg.pm             |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm    |   4 +-
 lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm         |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm         |   4 +-
 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          |   5 +-
 lib/DBIx/Class/Schema/Loader/DBObject.pm           |   2 +-
 .../Class/Schema/Loader/Optional/Dependencies.pod  |   2 +-
 lib/DBIx/Class/Schema/Loader/RelBuilder.pm         |  27 +++---
 .../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 +-
 lib/DBIx/Class/Schema/Loader/Utils.pm              |  47 ++++++----
 t/10_02mysql_common.t                              |   1 -
 t/10_04db2_common.t                                |   2 +-
 t/10_05ora_common.t                                |  82 +++++++++++------
 t/10_09firebird_common.t                           |   2 +-
 t/40overwrite_modifications.t                      |   8 +-
 t/backcompat/0.04006/lib/dbixcsl_common_tests.pm   |   6 +-
 t/lib/dbixcsl_common_tests.pm                      |  91 +++++++++++++++++-
 t/lib/dbixcsl_dumper_tests.pm                      |  16 ++--
 58 files changed, 496 insertions(+), 374 deletions(-)

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