[libdbix-class-helpers-perl] branch master updated (b858673 -> 4517e6d)

gregor herrmann gregoa at debian.org
Wed Oct 8 20:20:33 UTC 2014


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  b858673   releasing 2.023006-2 to unstable
      adds  c07e59e   fix ::DateMethods1 for Oracle
      adds  1f2557e   test against oracle!
      adds  e480f17   use official pg image
      adds  28a47a1   Make sure _proxy_slots is not undef.
      adds  12c4559   fix dumb not-exiting-dockers
      adds  153d8e8   v2.023007
      adds  4acde2a   Imported Upstream version 2.023007
       new  9c91bf6   Merge tag 'upstream/2.023007'
       new  fdd3764   Update debian/changelog
       new  ea97652   Refresh 0001-Fix-a-strictness-error-in-a-deprecated-module.patch.
       new  12b3cea   Declare compliance with Debian Policy 3.9.6.
       new  4517e6d   releasing package libdbix-class-helpers-perl version 2.023007-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                                            |  5 ++++
 MANIFEST                                           |  2 +-
 META.json                                          |  6 ++---
 META.yml                                           |  6 ++---
 Makefile.PL                                        |  8 +++----
 debian/changelog                                   |  9 +++++++
 debian/control                                     |  2 +-
 ...a-strictness-error-in-a-deprecated-module.patch |  9 ++-----
 dist.ini                                           |  2 +-
 lib/DBIx/Class/Helper/IgnoreWantarray.pm           |  2 +-
 lib/DBIx/Class/Helper/JoinTable.pm                 |  2 +-
 lib/DBIx/Class/Helper/Random.pm                    |  2 +-
 lib/DBIx/Class/Helper/ResultSet.pm                 |  2 +-
 .../Class/Helper/ResultSet/AutoRemoveColumns.pm    |  2 +-
 .../Helper/ResultSet/CorrelateRelationship.pm      |  2 +-
 lib/DBIx/Class/Helper/ResultSet/DateMethods1.pm    |  8 +++----
 lib/DBIx/Class/Helper/ResultSet/Explain.pm         |  4 ++--
 lib/DBIx/Class/Helper/ResultSet/IgnoreWantarray.pm |  2 +-
 lib/DBIx/Class/Helper/ResultSet/Me.pm              |  2 +-
 lib/DBIx/Class/Helper/ResultSet/NoColumns.pm       |  2 +-
 lib/DBIx/Class/Helper/ResultSet/Random.pm          |  2 +-
 lib/DBIx/Class/Helper/ResultSet/RemoveColumns.pm   |  2 +-
 lib/DBIx/Class/Helper/ResultSet/ResultClassDWIM.pm |  2 +-
 lib/DBIx/Class/Helper/ResultSet/SearchOr.pm        |  2 +-
 lib/DBIx/Class/Helper/ResultSet/SetOperations.pm   |  2 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut.pm        |  2 +-
 .../Class/Helper/ResultSet/Shortcut/AddColumns.pm  |  2 +-
 .../Class/Helper/ResultSet/Shortcut/Columns.pm     |  2 +-
 .../Class/Helper/ResultSet/Shortcut/Distinct.pm    |  2 +-
 .../Class/Helper/ResultSet/Shortcut/GroupBy.pm     |  2 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/HRI.pm    |  2 +-
 .../Class/Helper/ResultSet/Shortcut/HasRows.pm     |  2 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Limit.pm  |  2 +-
 .../Class/Helper/ResultSet/Shortcut/LimitedPage.pm |  2 +-
 .../Class/Helper/ResultSet/Shortcut/OrderBy.pm     |  2 +-
 .../Helper/ResultSet/Shortcut/OrderByMagic.pm      |  2 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Page.pm   |  2 +-
 .../Class/Helper/ResultSet/Shortcut/Prefetch.pm    |  2 +-
 .../Helper/ResultSet/Shortcut/ResultsExist.pm      |  2 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Rows.pm   |  2 +-
 lib/DBIx/Class/Helper/ResultSet/Union.pm           |  2 +-
 lib/DBIx/Class/Helper/ResultSet/VirtualView.pm     |  2 +-
 lib/DBIx/Class/Helper/Row/CleanResultSet.pm        |  2 +-
 lib/DBIx/Class/Helper/Row/JoinTable.pm             |  2 +-
 lib/DBIx/Class/Helper/Row/NumifyGet.pm             |  2 +-
 lib/DBIx/Class/Helper/Row/OnColumnChange.pm        |  2 +-
 lib/DBIx/Class/Helper/Row/ProxyResultSetMethod.pm  |  4 ++--
 lib/DBIx/Class/Helper/Row/ProxyResultSetUpdate.pm  |  2 +-
 lib/DBIx/Class/Helper/Row/RelationshipDWIM.pm      |  2 +-
 lib/DBIx/Class/Helper/Row/SelfResultSet.pm         |  2 +-
 lib/DBIx/Class/Helper/Row/StorageValues.pm         |  2 +-
 lib/DBIx/Class/Helper/Row/SubClass.pm              |  2 +-
 lib/DBIx/Class/Helper/Row/ToJSON.pm                |  2 +-
 lib/DBIx/Class/Helper/Schema/DateTime.pm           |  2 +-
 lib/DBIx/Class/Helper/Schema/GenerateSource.pm     |  2 +-
 lib/DBIx/Class/Helper/Schema/LintContents.pm       |  2 +-
 lib/DBIx/Class/Helper/Schema/QuoteNames.pm         |  2 +-
 lib/DBIx/Class/Helper/SubClass.pm                  |  2 +-
 lib/DBIx/Class/Helper/VirtualView.pm               |  2 +-
 lib/DBIx/Class/Helpers.pm                          |  2 +-
 lib/DBIx/Class/Helpers/Util.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               | 13 +++++++++-
 t/lib/TestSchema-0.001-SQLite.sql                  |  2 +-
 t/lib/TestSchema/Result/Bloaty.pm                  |  3 ++-
 t/resultset/date-methods-1/oracle.t                | 28 +++++++++++++++-------
 t/row/proxy-resultset-method.t                     |  6 +++++
 69 files changed, 129 insertions(+), 92 deletions(-)

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