[libdbix-class-helpers-perl] branch master updated (2e969d5 -> 96151bc)

gregor herrmann gregoa at debian.org
Sun Jul 24 15:40:02 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-helpers-perl.

      from  2e969d5   update changelog
      adds  2555eb6   Remove out of date warning re Oracle testing
      adds  ad2b7af   Fix simple deletion and updates for ::DateMethods1
      adds  8221fbe   v2.032001
      adds  6b31014   Fix variation in list context when using ::OnColumnMissing
      adds  a79210c   Test on 5.24 as well
      adds  d30ff61   v2.032002
      adds  79913ef   Add links to various related articles
      adds  ea397f8   Increase test coverage: RelationshipDWIM
      adds  ac3b871   Test ::Schema::Verifier::load_classes
      adds  eb23773   Include ::Schema::Verifier::Parent in tests
      adds  9e75cd4   Test one of the ProxyRSUpdate exceptions
      adds  e9302ab   Row::StorageValues: add test for new and insert
      adds  79271c9   Stop setting Storage Value for uninserted row
      adds  23b1523   Do not override connect method
      adds  13a70d6   Tidy up implementation of ::Row::ProxyResultSetMethod
      adds  8d2e878   Add Helper::Schema::Verifier::ColumnInfo
      adds  0ceb3ce   Added more accepted config keys
      adds  9879d18   Add ::Schema::Verifier::ColumnInfo
      adds  a148d95   Fix silly alternate reference to $self
      adds  63186b5   Stop leaking an isa() into the inheritance chain
      adds  bfc8fda   v2.033000
      adds  5e3e483   Imported Upstream version 2.033000
       new  a263822   Merge tag 'upstream/2.033000'
       new  9bc86cd   Update debian/changelog
       new  2f90a3d   Update years of upstream and packaging copyright.
       new  c55864a   Update alternative and versioned (build) dependencies.
       new  8bc1ca6   Declare compliance with Debian Policy 3.9.8.
       new  015083c   Add a patch and a lintian override for spelling mistakes.
       new  59c7a73   forward 0001-Fix-a-strictness-error-in-a-deprecated-module.patch
       new  96151bc   releasing package libdbix-class-helpers-perl version 2.033000-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                                            |  15 +++
 LICENSE                                            |   6 +-
 MANIFEST                                           |   7 +-
 META.json                                          |   4 +-
 META.yml                                           |   4 +-
 Makefile.PL                                        |   6 +-
 debian/changelog                                   |   9 +-
 debian/control                                     |   9 +-
 debian/copyright                                   |   4 +-
 .../libdbix-class-helpers-perl.lintian-overrides   |   2 +
 ...a-strictness-error-in-a-deprecated-module.patch |   2 +
 debian/patches/series                              |   1 +
 debian/patches/spelling.patch                      |  60 +++++++++
 dist.ini                                           |   2 +-
 lib/DBIx/Class/Helper/IgnoreWantarray.pm           |   4 +-
 lib/DBIx/Class/Helper/JoinTable.pm                 |   4 +-
 lib/DBIx/Class/Helper/Random.pm                    |   4 +-
 lib/DBIx/Class/Helper/ResultClass/Tee.pm           |   4 +-
 lib/DBIx/Class/Helper/ResultSet.pm                 |   4 +-
 .../Class/Helper/ResultSet/AutoRemoveColumns.pm    |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Bare.pm            |   4 +-
 .../Helper/ResultSet/CorrelateRelationship.pm      |  14 ++-
 lib/DBIx/Class/Helper/ResultSet/DateMethods1.pm    |  39 +++---
 .../Helper/ResultSet/DateMethods1/Announcement.pod |   2 +-
 lib/DBIx/Class/Helper/ResultSet/Errors.pm          |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Explain.pm         |  10 +-
 lib/DBIx/Class/Helper/ResultSet/IgnoreWantarray.pm |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Me.pm              |   4 +-
 lib/DBIx/Class/Helper/ResultSet/NoColumns.pm       |   4 +-
 lib/DBIx/Class/Helper/ResultSet/OneRow.pm          |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Random.pm          |   4 +-
 lib/DBIx/Class/Helper/ResultSet/RemoveColumns.pm   |   4 +-
 lib/DBIx/Class/Helper/ResultSet/ResultClassDWIM.pm |   4 +-
 lib/DBIx/Class/Helper/ResultSet/SearchOr.pm        |   4 +-
 lib/DBIx/Class/Helper/ResultSet/SetOperations.pm   |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut.pm        |   4 +-
 .../Class/Helper/ResultSet/Shortcut/AddColumns.pm  |   4 +-
 .../Class/Helper/ResultSet/Shortcut/Columns.pm     |   4 +-
 .../Class/Helper/ResultSet/Shortcut/Distinct.pm    |   4 +-
 .../Class/Helper/ResultSet/Shortcut/GroupBy.pm     |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/HRI.pm    |   4 +-
 .../Class/Helper/ResultSet/Shortcut/HasRows.pm     |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Limit.pm  |   4 +-
 .../Class/Helper/ResultSet/Shortcut/LimitedPage.pm |   4 +-
 .../Class/Helper/ResultSet/Shortcut/OrderBy.pm     |   4 +-
 .../Helper/ResultSet/Shortcut/OrderByMagic.pm      |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Page.pm   |   4 +-
 .../Class/Helper/ResultSet/Shortcut/Prefetch.pm    |   4 +-
 .../Helper/ResultSet/Shortcut/ResultsExist.pm      |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Rows.pm   |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Search.pm |   4 +-
 .../Class/Helper/ResultSet/Shortcut/Search/Base.pm |   4 +-
 .../Class/Helper/ResultSet/Shortcut/Search/Like.pm |   4 +-
 .../Helper/ResultSet/Shortcut/Search/NotLike.pm    |   4 +-
 .../Helper/ResultSet/Shortcut/Search/NotNull.pm    |   4 +-
 .../Class/Helper/ResultSet/Shortcut/Search/Null.pm |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Union.pm           |   4 +-
 lib/DBIx/Class/Helper/ResultSet/Util.pm            |   4 +-
 lib/DBIx/Class/Helper/ResultSet/VirtualView.pm     |   4 +-
 lib/DBIx/Class/Helper/Row/CleanResultSet.pm        |   4 +-
 lib/DBIx/Class/Helper/Row/JoinTable.pm             |   4 +-
 lib/DBIx/Class/Helper/Row/NumifyGet.pm             |   4 +-
 lib/DBIx/Class/Helper/Row/OnColumnChange.pm        |   4 +-
 lib/DBIx/Class/Helper/Row/OnColumnMissing.pm       |   6 +-
 lib/DBIx/Class/Helper/Row/ProxyResultSetMethod.pm  |  28 +++--
 lib/DBIx/Class/Helper/Row/ProxyResultSetUpdate.pm  |   4 +-
 lib/DBIx/Class/Helper/Row/RelationshipDWIM.pm      |   4 +-
 lib/DBIx/Class/Helper/Row/SelfResultSet.pm         |   4 +-
 lib/DBIx/Class/Helper/Row/StorageValues.pm         |   6 +-
 lib/DBIx/Class/Helper/Row/SubClass.pm              |   4 +-
 lib/DBIx/Class/Helper/Row/ToJSON.pm                |   4 +-
 lib/DBIx/Class/Helper/Schema/DateTime.pm           |   4 +-
 lib/DBIx/Class/Helper/Schema/DidYouMean.pm         |   4 +-
 lib/DBIx/Class/Helper/Schema/GenerateSource.pm     |   4 +-
 lib/DBIx/Class/Helper/Schema/LintContents.pm       |   4 +-
 lib/DBIx/Class/Helper/Schema/QuoteNames.pm         |   4 +-
 lib/DBIx/Class/Helper/Schema/Verifier.pm           |   4 +-
 lib/DBIx/Class/Helper/Schema/Verifier/C3.pm        |   4 +-
 .../Class/Helper/Schema/Verifier/ColumnInfo.pm     | 136 +++++++++++++++++++++
 lib/DBIx/Class/Helper/Schema/Verifier/Parent.pm    |   4 +-
 .../Schema/Verifier/RelationshipColumnName.pm      |   4 +-
 lib/DBIx/Class/Helper/SubClass.pm                  |   4 +-
 lib/DBIx/Class/Helper/VirtualView.pm               |   4 +-
 lib/DBIx/Class/Helpers.pm                          |   4 +-
 lib/DBIx/Class/Helpers/Util.pm                     |   4 +-
 t/ResultSet/DateMethods1/bugs.t                    |  22 ++++
 t/Row/OnColumnMissing.t                            |   5 +-
 t/Row/ProxyResultSetUpdate.t                       |  10 +-
 t/Row/RelationshipDWIM.t                           |   2 +
 t/Row/StorageValues.t                              |  12 ++
 t/Schema/Verifier/ColumnInfo.t                     |  76 ++++++++++++
 t/{release-pod-syntax.t => author-pod-syntax.t}    |   5 +-
 t/lib/A/ResultSet/DateMethods1.pm                  |   2 +-
 t/lib/ParentSchema/Result/Bar.pm                   |   2 +
 t/lib/TestSchema-0.001-MySQL.sql                   |   2 +-
 t/lib/TestSchema-0.001-Oracle.sql                  |   2 +-
 t/lib/TestSchema-0.001-PostgreSQL.sql              |   2 +-
 t/lib/TestSchema-0.001-SQLServer.sql               |   2 +-
 t/lib/TestSchema-0.001-SQLite.sql                  |   4 +-
 t/lib/TestSchema.pm                                |   2 +-
 t/lib/VerifySchema.pm                              |   5 +
 101 files changed, 578 insertions(+), 201 deletions(-)
 create mode 100644 debian/libdbix-class-helpers-perl.lintian-overrides
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 lib/DBIx/Class/Helper/Schema/Verifier/ColumnInfo.pm
 create mode 100644 t/ResultSet/DateMethods1/bugs.t
 create mode 100644 t/Schema/Verifier/ColumnInfo.t
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)

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



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