[libdbix-class-schema-loader-perl] branch master updated (1ad369f -> 2cafc18)

Damyan Ivanov dmn at alioth.debian.org
Wed Nov 6 21:24:05 UTC 2013


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

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

      from  1ad369f   Remove trailing whitespace
      adds  aa40d4b   Imported Upstream version 0.07037
       new  0eb78f2   Merge tag 'upstream/0.07037'
       new  97f99d9   Imported Upstream version 0.07037
       new  3ab4db9   reverse order of libpod-simple-perl (>= 3.22) | perl (>= 5.17.3) build-dependency
       new  9d3c46d   drop trailing slash from metacpan URLs
       new  e1769f9   claim conformance with Policy 3.9.5
       new  2cafc18   releasing package libdbix-class-schema-loader-perl version 0.07037-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                                            |   25 ++++
 MANIFEST                                           |    2 -
 META.yml                                           |    2 +-
 MYMETA.json                                        |   80 ----------
 MYMETA.yml                                         |   58 --------
 debian/changelog                                   |   12 ++
 debian/control                                     |    6 +-
 debian/copyright                                   |    2 +-
 debian/watch                                       |    2 +-
 inc/Module/Install/ReadmeFromPod.pm                |    2 +-
 lib/DBIx/Class/Schema/Loader.pm                    |    2 +-
 lib/DBIx/Class/Schema/Loader/Base.pm               |  153 +++++++++++++++++---
 lib/DBIx/Class/Schema/Loader/DBI.pm                |   78 ++++++++--
 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  |   10 +-
 .../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         |   11 +-
 lib/DBIx/Class/Schema/Loader/DBI/Pg.pm             |   46 +++---
 lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm    |    2 +-
 lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm         |   11 +-
 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          |    8 +-
 lib/DBIx/Class/Schema/Loader/DBObject.pm           |   15 ++
 .../Class/Schema/Loader/Optional/Dependencies.pm   |    2 +-
 .../Class/Schema/Loader/Optional/Dependencies.pod  |    4 +-
 lib/DBIx/Class/Schema/Loader/RelBuilder.pm         |   26 +++-
 .../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              |   20 ++-
 t/10_01sqlite_common.t                             |    6 +-
 t/10_02mysql_common.t                              |    8 +-
 t/10_03pg_common.t                                 |   11 +-
 t/10_06sybase_common.t                             |   25 ++--
 t/10_07mssql_common.t                              |   16 +-
 t/10_09firebird_common.t                           |    6 +-
 t/20invocations.t                                  |    7 +-
 t/23dumpmore.t                                     |   99 ++++++++++++-
 t/lib/dbixcsl_common_tests.pm                      |   48 ++++--
 54 files changed, 552 insertions(+), 295 deletions(-)
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml

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