[libdbix-class-schema-loader-perl] branch master updated (001f705 -> 939645b)

gregor herrmann gregoa at debian.org
Fri Jan 22 22:01:33 UTC 2016


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  001f705   prepare release
      adds  33c485a   Imported Upstream version 0.07045
       new  8bbd07e   Merge tag 'upstream/0.07045'
       new  5051224   Update debian/changelog
       new  a01930e   Update years of packaging copyright.
       new  cf39457   Update list of upstream copyright holders and copyright years.
       new  3cf073f   sort debian copyright chronologically
       new  ed5af35   Make some build dependencies versioned like their runtime counterparts.
       new  277bfa3   Add a patch to fix a spelling mistake in the POD.
       new  939645b   releasing package libdbix-class-schema-loader-perl version 0.07045-1

The 8 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 +
 MANIFEST                                           |    8 +-
 META.yml                                           |   15 +-
 Makefile.PL                                        |   19 +-
 README                                             |  348 -----
 debian/changelog                                   |   11 +
 debian/control                                     |   12 +-
 debian/copyright                                   |   74 +-
 debian/patches/series                              |    1 +
 debian/patches/spelling.patch                      |   18 +
 inc/Module/AutoInstall.pm                          |    4 +-
 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/ReadmeFromPod.pm                |  138 --
 inc/Module/Install/Scripts.pm                      |    2 +-
 inc/Module/Install/Win32.pm                        |    2 +-
 inc/Module/Install/WriteAll.pm                     |    2 +-
 lib/DBIx/Class/Schema/Loader.pm                    |   79 +-
 lib/DBIx/Class/Schema/Loader/Base.pm               |  158 +-
 lib/DBIx/Class/Schema/Loader/Column.pm             |   67 +
 lib/DBIx/Class/Schema/Loader/DBI.pm                |   29 +-
 lib/DBIx/Class/Schema/Loader/DBI/ADO.pm            |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm     |    6 +-
 .../Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm  |    6 +-
 .../Schema/Loader/DBI/Component/QuotedDefault.pm   |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/DB2.pm            |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/Firebird.pm       |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/Informix.pm       |   12 +-
 lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm      |    8 +-
 lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm          |   14 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm           |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm    |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm  |    8 +-
 .../Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm |    6 +-
 .../Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm   |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm         |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/Pg.pm             |   25 +-
 lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm    |   14 +-
 lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm         |   28 +-
 lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm         |   14 +-
 lib/DBIx/Class/Schema/Loader/DBI/Sybase/Common.pm  |    6 +-
 .../Loader/DBI/Sybase/Microsoft_SQL_Server.pm      |    6 +-
 lib/DBIx/Class/Schema/Loader/DBI/Writing.pm        |   67 +-
 lib/DBIx/Class/Schema/Loader/DBI/mysql.pm          |    8 +-
 lib/DBIx/Class/Schema/Loader/DBObject.pm           |    4 +-
 lib/DBIx/Class/Schema/Loader/DBObject/Informix.pm  |    4 +-
 lib/DBIx/Class/Schema/Loader/DBObject/Sybase.pm    |    4 +-
 .../Class/Schema/Loader/Manual/UpgradingFromV4.pod |    4 +-
 .../Class/Schema/Loader/Optional/Dependencies.pm   | 1539 +++++++++++++++++---
 .../Class/Schema/Loader/Optional/Dependencies.pod  |  201 ---
 lib/DBIx/Class/Schema/Loader/RelBuilder.pm         |   28 +-
 .../Schema/Loader/RelBuilder/Compat/v0_040.pm      |    6 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_05.pm |    6 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_06.pm |    6 +-
 .../Class/Schema/Loader/RelBuilder/Compat/v0_07.pm |    6 +-
 lib/DBIx/Class/Schema/Loader/Table.pm              |    4 +-
 lib/DBIx/Class/Schema/Loader/Table/Informix.pm     |    4 +-
 lib/DBIx/Class/Schema/Loader/Table/Sybase.pm       |    4 +-
 script/dbicdump                                    |   89 +-
 t/01use.t                                          |    1 +
 t/02pod.t                                          |   20 -
 t/10_01sqlite_common.t                             |    5 +-
 t/10_02mysql_common.t                              |   21 +-
 t/10_03pg_common.t                                 |  172 +--
 t/10_04db2_common.t                                |   16 +-
 t/10_05ora_common.t                                |   17 +-
 t/10_06sybase_common.t                             |   18 +-
 t/10_07mssql_common.t                              |  122 +-
 t/10_10informix_common.t                           |   28 +-
 t/20invocations.t                                  |   35 +-
 t/21misc_fatal.t                                   |    1 +
 t/22dump.t                                         |   45 +-
 t/23dumpmore.t                                     |  734 +++++-----
 t/25backcompat.t                                   |    2 +-
 t/26dump_use_moose.t                               |  265 ++--
 t/27filter_generated.t                             |   23 +-
 t/40overwrite_modifications.t                      |    1 +
 t/45relationships.t                                |   89 +-
 t/50rt59849.t                                      |   23 +-
 t/60dbicdump_config.t                              |   10 +-
 t/70schema_base_dispatched.t                       |    4 +-
 t/90bug_58_mro.t                                   |   16 +-
 t/backcompat/0.04006/10sqlite_common.t             |   18 +-
 t/backcompat/0.04006/11mysql_common.t              |   18 +-
 t/backcompat/0.04006/12pg_common.t                 |   16 +-
 t/backcompat/0.04006/13db2_common.t                |   18 +-
 t/backcompat/0.04006/14ora_common.t                |   20 +-
 t/backcompat/0.04006/20invocations.t               |    7 +-
 t/backcompat/0.04006/21misc_fatal.t                |    7 +-
 t/backcompat/0.04006/22dump.t                      |   33 +-
 t/backcompat/0.04006/23dumpmore.t                  |    9 +-
 .../0.04006/lib/DBIXCSL_Test/Schema/LoaderTest1.pm |    2 +
 .../0.04006/lib/DBIx/Class/TestComponent.pm        |    2 +
 t/backcompat/0.04006/lib/My/ResultBaseClass.pm     |    2 +
 t/backcompat/0.04006/lib/My/SchemaBaseClass.pm     |    2 +
 t/backcompat/0.04006/lib/TestAdditional.pm         |    2 +
 t/backcompat/0.04006/lib/TestAdditionalBase.pm     |    2 +
 t/backcompat/0.04006/lib/TestLeftBase.pm           |    2 +
 t/backcompat/0.04006/lib/dbixcsl_common_tests.pm   |   48 +-
 t/backcompat/0.04006/lib/dbixcsl_test_dir.pm       |    4 +-
 .../DBICTest/Schema/_no_skip_load_external/Foo.pm  |    3 +
 t/lib/DBICTest/Schema/_skip_load_external/Foo.pm   |    3 +
 t/lib/DBIXCSL_Test/Schema/MyResult/LoaderTest1.pm  |    2 +
 t/lib/DBIx/Class/TestComponent.pm                  |    2 +
 t/lib/DBIx/Class/TestComponentForMap.pm            |    2 +
 t/lib/My/ResultBaseClass.pm                        |    3 +
 t/lib/My/SchemaBaseClass.pm                        |    3 +
 t/lib/TestAdditional.pm                            |    2 +
 t/lib/TestAdditionalBase.pm                        |    2 +
 t/lib/TestComponentFQN.pm                          |    2 +
 t/lib/TestComponentForMapFQN.pm                    |    2 +
 t/lib/TestLeftBase.pm                              |    2 +
 t/lib/TestSchemaBaseClass.pm                       |    5 +-
 t/lib/TestSchemaComponentFQN.pm                    |    2 +
 t/lib/dbixcsl_common_tests.pm                      |  104 +-
 t/lib/dbixcsl_dumper_tests.pm                      |    7 +-
 t/lib/dbixcsl_test_dir.pm                          |    4 +-
 t/lib/make_dbictest_db_multi_m2m.pm                |    4 +-
 xt/pod_validity.t                                  |   13 +
 xt/strictures.t                                    |   41 +
 xt/whitespace.t                                    |   53 +
 127 files changed, 2972 insertions(+), 2364 deletions(-)
 delete mode 100644 README
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 delete mode 100644 inc/Module/Install/ReadmeFromPod.pm
 create mode 100644 lib/DBIx/Class/Schema/Loader/Column.pm
 delete mode 100644 lib/DBIx/Class/Schema/Loader/Optional/Dependencies.pod
 delete mode 100644 t/02pod.t
 create mode 100644 xt/pod_validity.t
 create mode 100644 xt/strictures.t
 create mode 100644 xt/whitespace.t

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