[libdbix-class-schema-loader-perl] branch master updated (5e1919a -> 338bb31)
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 change to branch master
in repository libdbix-class-schema-loader-perl.
from 5e1919a update changelog
adds 23e5cb2 Imported Upstream version 0.07036
new 8b973a0 Merge tag 'upstream/0.07036'
new b3c3462 control: updated dependencies according to upstream changes
new eb4a30a copyright: updated years
new 9f675f4 compat: bumped to 9
new 338bb31 dch -r
The 5 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 | 79 ++++++++++-
MANIFEST | 2 +
META.yml | 28 ++--
MYMETA.json | 37 ++---
MYMETA.yml | 39 ++----
Makefile.PL | 77 +++++++----
README | 6 +-
debian/changelog | 10 +-
debian/compat | 2 +-
debian/control | 26 ++--
debian/copyright | 58 ++++----
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 +++++++
59 files changed, 1468 insertions(+), 370 deletions(-)
create mode 100644 t/46relationships_multi_m2m.t
create mode 100644 t/lib/make_dbictest_db_multi_m2m.pm
--
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