[libdbix-class-deploymenthandler-perl] branch master updated (3b29e4f -> 4472d1a)

gregor herrmann gregoa at debian.org
Sun Jun 28 13:50:39 UTC 2015


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

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

      from  3b29e4f   releasing package libdbix-class-deploymenthandler-perl version 0.002212-1
      adds  3173582   Fix some POD formatting
      adds  b6cf958   v0.002213
      adds  abc3247   faster travis builds
      adds  a15246e   add documentation describing the addition of indices
      adds  a0e951b   Include the filename of the script being run in case of error
      adds  004b829   update travis setup
      adds  e827627   Fix doc bug stating that install calls initialize
      adds  cfded09   Fix typo in module name
      adds  3bdac8b   Updated documentation for upgrade example
      adds  29b1008   Fix inconsistency of what files get run when `ignore_ddl` is set
      adds  9958c89   add TODO
      adds  7852f49   v0.002214
      adds  d2cf758   Improve documentation for how to portably create indices
      adds  17c66b1   v0.002215
      adds  3af1742   Use Pod::Weaver::Plugin::Ditaa to render diagram
      adds  4b3a90d   v0.002216
      adds  dff83b3   Imported Upstream version 0.002216
       new  24444e3   Merge tag 'upstream/0.002216'
       new  855bd86   Update debian/changelog
       new  2370629   Update years of upstream copyright.
       new  3e3c3f2   Refresh lintian override (changed lone number).
       new  4472d1a   releasing package libdbix-class-deploymenthandler-perl version 0.002216-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                                            |  22 +++
 LICENSE                                            |   6 +-
 MANIFEST                                           |   5 +-
 META.json                                          |   6 +-
 META.yml                                           |   4 +-
 Makefile.PL                                        |  13 +-
 README                                             | 166 +++++++++------------
 TODO                                               |   4 +
 debian/changelog                                   |   9 ++
 debian/copyright                                   |   2 +-
 ...-class-deploymenthandler-perl.lintian-overrides |   2 +-
 dist.ini                                           |   4 +-
 lib/DBIx/Class/DeploymentHandler.pm                |  13 +-
 .../Cookbook/CustomResultSource.pod                |   4 +-
 lib/DBIx/Class/DeploymentHandler/Dad.pm            |   4 +-
 .../DeployMethod/SQL/Translator.pm                 | 156 ++++++++++++-------
 .../DeployMethod/SQL/Translator/Deprecated.pm      |   4 +-
 .../DeployMethod/SQL/Translator/ScriptHelpers.pm   |   4 +-
 lib/DBIx/Class/DeploymentHandler/Deprecated.pm     |   4 +-
 lib/DBIx/Class/DeploymentHandler/HandlesDeploy.pm  |   4 +-
 .../DeploymentHandler/HandlesVersionStorage.pm     |   4 +-
 .../Class/DeploymentHandler/HandlesVersioning.pm   |   4 +-
 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          |   4 +-
 .../VersionHandler/DatabaseToSchemaVersions.pm     |   4 +-
 .../VersionHandler/ExplicitVersions.pm             |   4 +-
 .../DeploymentHandler/VersionHandler/Monotonic.pm  |   4 +-
 .../DeploymentHandler/VersionStorage/Deprecated.pm |   4 +-
 .../VersionStorage/Deprecated/Component.pm         |   4 +-
 .../VersionStorage/Deprecated/VersionResult.pm     |   4 +-
 .../VersionStorage/Deprecated/VersionResultSet.pm  |   4 +-
 .../DeploymentHandler/VersionStorage/Standard.pm   |   4 +-
 .../VersionStorage/Standard/Component.pm           |   4 +-
 .../VersionStorage/Standard/VersionResult.pm       |   4 +-
 .../VersionStorage/Standard/VersionResultSet.pm    |   4 +-
 .../DeploymentHandler/WithApplicatorDumple.pm      |   2 +-
 .../DeploymentHandler/WithReasonableDefaults.pm    |   4 +-
 t/deploy_methods/sql_translator_errors.t           |  56 +++++++
 t/deploy_methods/sql_translator_ignore_ddl.t       |  44 ++++++
 weaver.ini                                         |   1 +
 44 files changed, 392 insertions(+), 221 deletions(-)
 create mode 100644 TODO
 create mode 100644 t/deploy_methods/sql_translator_errors.t
 create mode 100644 t/deploy_methods/sql_translator_ignore_ddl.t

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