[libdbix-class-schema-loader-perl] branch master updated (00be70e -> 15497ae)

gregor herrmann gregoa at debian.org
Tue Aug 12 21:38:29 UTC 2014


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  00be70e   releasing package libdbix-class-schema-loader-perl version 0.07040-1
      adds  e3618fc   Imported Upstream version 0.07041
       new  957750e   Merge tag 'upstream/0.07041'
       new  b478e00   New upstream release.
       new  57bfb13   Update build dependencies.
       new  15497ae   releasing package libdbix-class-schema-loader-perl version 0.07041-1

The 4 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:
 .mailmap                                           |  16 --
 Changes                                            |   6 +
 MANIFEST                                           |   1 -
 META.yml                                           |   8 +-
 Makefile.PL                                        |   2 +
 debian/changelog                                   |   7 +
 debian/control                                     |   4 +-
 inc/Module/AutoInstall.pm                          |  42 +++--
 inc/Module/Install.pm                              |  23 ++-
 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                     |   4 +-
 inc/Module/Install/Metadata.pm                     | 106 +++++++----
 inc/Module/Install/Scripts.pm                      |   6 +-
 inc/Module/Install/Win32.pm                        |   6 +-
 inc/Module/Install/WriteAll.pm                     |   6 +-
 lib/DBIx/Class/Schema/Loader.pm                    |   2 +-
 lib/DBIx/Class/Schema/Loader/Base.pm               |   2 +-
 lib/DBIx/Class/Schema/Loader/DBI.pm                |   4 +-
 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      |   4 +-
 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             |   2 +-
 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 +-
 .../Class/Schema/Loader/Optional/Dependencies.pm   |   2 +-
 .../Class/Schema/Loader/Optional/Dependencies.pod  |   4 +-
 lib/DBIx/Class/Schema/Loader/RelBuilder.pm         | 210 ++++++++-------------
 .../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_02mysql_common.t                              |   6 +-
 t/10_03pg_common.t                                 |   4 +
 t/10_04db2_common.t                                |   4 +
 t/10_05ora_common.t                                |   4 +
 t/10_06sybase_common.t                             |   4 +
 t/10_07mssql_common.t                              |  22 ++-
 t/10_08sqlanywhere_common.t                        |  43 ++---
 t/10_09firebird_common.t                           |  57 +++---
 t/10_10informix_common.t                           |   4 +
 t/10_11msaccess_common.t                           |  46 +++--
 t/lib/dbixcsl_common_tests.pm                      |  99 +++++++---
 63 files changed, 448 insertions(+), 384 deletions(-)
 delete mode 100644 .mailmap

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