[libdbix-class-deploymenthandler-perl] branch master updated (9b794b3 -> 0c06aa4)

Damyan Ivanov dmn at moszumanska.debian.org
Sun Oct 29 18:08:16 UTC 2017


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

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

      from  9b794b3   update changelog
      adds  a3fd9b7   New upstream version 0.002221
       new  160b3fd   Update upstream source from tag 'upstream/0.002221'
       new  a20efe4   update lintian overrides about manpage errors
       new  df56db2   update years of upstream copyright
       new  95b286a   declare conformance with Policy 4.1.1
       new  0c06aa4   releasing package libdbix-class-deploymenthandler-perl version 0.002221-1

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                                            |  19 +++
 LICENSE                                            |   6 +-
 MANIFEST                                           |  16 +-
 META.json                                          |   5 +-
 META.yml                                           |   5 +-
 Makefile.PL                                        |   6 +-
 README                                             | 169 ++++++++++++---------
 debian/changelog                                   |  12 +-
 debian/control                                     |   2 +-
 debian/copyright                                   |   2 +-
 ...-class-deploymenthandler-perl.lintian-overrides |  20 +--
 dist.ini                                           |   8 +-
 lib/DBIx/Class/DeploymentHandler.pm                |  25 ++-
 .../Cookbook/CustomResultSource.pod                | 130 ----------------
 lib/DBIx/Class/DeploymentHandler/Dad.pm            |   5 +-
 .../DeployMethod/SQL/Translator.pm                 |  50 ++++--
 .../DeployMethod/SQL/Translator/Deprecated.pm      |   4 +-
 .../DeployMethod/SQL/Translator/ScriptHelpers.pm   |   4 +-
 lib/DBIx/Class/DeploymentHandler/Deprecated.pm     |   6 +-
 lib/DBIx/Class/DeploymentHandler/HandlesDeploy.pm  |   8 +-
 .../DeploymentHandler/HandlesVersionStorage.pm     |   4 +-
 .../Class/DeploymentHandler/HandlesVersioning.pm   |   8 +-
 lib/DBIx/Class/DeploymentHandler/LogImporter.pm    |   2 +-
 lib/DBIx/Class/DeploymentHandler/LogRouter.pm      |   2 +-
 lib/DBIx/Class/DeploymentHandler/Logger.pm         |   2 +-
 .../DeploymentHandler/Manual/CatalystIntro.pod     |   4 +-
 lib/DBIx/Class/DeploymentHandler/Manual/Intro.pod  |   4 +-
 lib/DBIx/Class/DeploymentHandler/Types.pm          |  12 +-
 .../VersionHandler/DatabaseToSchemaVersions.pm     |  26 +++-
 .../VersionHandler/ExplicitVersions.pm             |  19 ++-
 .../DeploymentHandler/VersionHandler/Monotonic.pm  |  21 ++-
 .../DeploymentHandler/VersionStorage/Deprecated.pm |   4 +-
 .../VersionStorage/Deprecated/Component.pm         |   4 +-
 .../VersionStorage/Deprecated/VersionResult.pm     |   4 +-
 .../VersionStorage/Deprecated/VersionResultSet.pm  |   4 +-
 .../DeploymentHandler/VersionStorage/Standard.pm   |  21 ++-
 .../VersionStorage/Standard/Component.pm           |   4 +-
 .../VersionStorage/Standard/VersionResult.pm       |  19 ++-
 .../VersionStorage/Standard/VersionResultSet.pm    |   4 +-
 .../DeploymentHandler/WithApplicatorDumple.pm      |   2 +-
 .../DeploymentHandler/WithReasonableDefaults.pm    |  12 +-
 ...onent.t => 02-instantiation-alt-result-class.t} |  50 +++---
 t/10-multiple-schemas.t                            |  88 +++++++++++
 t/20-version-table-rename.t                        |  95 ++++++++++++
 .../DBICDHAltTest.pm}                              |   2 +-
 .../DBICVersionAlt_v1.pm}                          |  15 +-
 .../DBICVersionAlt_v2.pm}                          |  15 +-
 .../DBICVersionAlt_v3.pm}                          |  15 +-
 .../DBICVersionAlt_v4.pm}                          |  15 +-
 t/{release-pod-syntax.t => author-pod-syntax.t}    |   7 +-
 t/{lib => version-table-rename-lib}/DBICDHTest.pm  |   0
 .../DBICVersion_v1.pm                              |   0
 .../DBICVersion_v2.pm                              |   7 +
 53 files changed, 621 insertions(+), 372 deletions(-)
 delete mode 100644 lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod
 copy t/{02-instantiation-wo-component.t => 02-instantiation-alt-result-class.t} (72%)
 create mode 100644 t/10-multiple-schemas.t
 create mode 100644 t/20-version-table-rename.t
 copy t/{no-component-lib/DBICDHTest.pm => alt-result-class-lib/DBICDHAltTest.pm} (83%)
 copy t/{no-component-lib/DBICVersion_v1.pm => alt-result-class-lib/DBICVersionAlt_v1.pm} (51%)
 copy t/{no-component-lib/DBICVersion_v4.pm => alt-result-class-lib/DBICVersionAlt_v2.pm} (57%)
 copy t/{no-component-lib/DBICVersion_v3.pm => alt-result-class-lib/DBICVersionAlt_v3.pm} (62%)
 copy t/{no-component-lib/DBICVersion_v4.pm => alt-result-class-lib/DBICVersionAlt_v4.pm} (57%)
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (52%)
 copy t/{lib => version-table-rename-lib}/DBICDHTest.pm (100%)
 copy t/{lib => version-table-rename-lib}/DBICVersion_v1.pm (100%)
 copy t/{no-component-lib => version-table-rename-lib}/DBICVersion_v2.pm (76%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-class-deploymenthandler-perl.git



More information about the Pkg-perl-cvs-commits mailing list