[libdbix-class-schema-loader-perl] 01/05: Merge tag 'upstream/0.07036'
dod at debian.org
dod at debian.org
Thu Aug 8 16:25:16 UTC 2013
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 8b973a063aa7db2fe27626993cfb0b0ba9fc039d
Merge: 5e1919a 23e5cb2
Author: Dominique Dumont <dod at debian.org>
Date: Thu Aug 8 09:13:25 2013 +0200
Merge tag 'upstream/0.07036'
Upstream version 0.07036
# gpg: Signature made Thu 08 Aug 2013 09:13:21 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 <dominique.dumont at palm.com>"
Changes | 79 ++++++++++-
MANIFEST | 2 +
META.yml | 28 ++--
MYMETA.json | 37 ++---
MYMETA.yml | 39 ++----
Makefile.PL | 77 +++++++----
README | 6 +-
inc/Module/Install/ReadmeFromPod.pm | 112 +++++++++++++--
lib/DBIx/Class/Schema/Loader.pm | 10 +-
lib/DBIx/Class/Schema/Loader/Base.pm | 143 ++++++++++++++++----
lib/DBIx/Class/Schema/Loader/DBI.pm | 41 +++++-
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 | 22 ++-
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 | 47 +++++--
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 | 38 +++++-
lib/DBIx/Class/Schema/Loader/DBI/Pg.pm | 71 +++++++++-
lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm | 43 +++++-
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm | 68 +++++++++-
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 | 37 ++++-
lib/DBIx/Class/Schema/Loader/DBObject.pm | 3 +-
.../Class/Schema/Loader/Optional/Dependencies.pm | 11 ++
.../Class/Schema/Loader/Optional/Dependencies.pod | 16 ++-
lib/DBIx/Class/Schema/Loader/RelBuilder.pm | 100 ++++++++++----
.../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/02pod.t | 18 ++-
t/10_01sqlite_common.t | 56 +++++++-
t/10_02mysql_common.t | 73 +++++++---
t/10_03pg_common.t | 33 ++++-
t/10_04db2_common.t | 38 +++++-
t/10_05ora_common.t | 40 +++++-
t/10_07mssql_common.t | 32 ++++-
t/10_08sqlanywhere_common.t | 34 ++++-
t/23dumpmore.t | 23 ++++
t/45relationships.t | 84 +++++++++++-
t/46relationships_multi_m2m.t | 68 ++++++++++
t/lib/dbixcsl_common_tests.pm | 124 +++++++++--------
t/lib/make_dbictest_db_multi_m2m.pm | 49 +++++++
55 files changed, 1418 insertions(+), 324 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