[libdbix-class-helpers-perl] 02/07: Merge tag 'upstream/2.021001'

gregor herrmann gregoa at debian.org
Mon Apr 7 18:06:16 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdbix-class-helpers-perl.

commit 7894367e9a5daab2842c528fd6b364015800bcdb
Merge: f307981 9035267
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 7 19:52:02 2014 +0200

    Merge tag 'upstream/2.021001'
    
    Upstream version 2.021001

 Changes                                            |  16 +
 MANIFEST                                           |  20 +-
 META.json                                          |  10 +-
 META.yml                                           |  46 +-
 Makefile.PL                                        |  15 +-
 README                                             |   2 +-
 cpanfile                                           |   4 +-
 dist.ini                                           |   5 +-
 inc/Dist/Zilla/Plugin/DBICSgen.pm                  |   6 +-
 lib/DBIx/Class/Helper/IgnoreWantarray.pm           |   7 +-
 lib/DBIx/Class/Helper/JoinTable.pm                 |   7 +-
 lib/DBIx/Class/Helper/Random.pm                    |   7 +-
 lib/DBIx/Class/Helper/ResultSet.pm                 |   7 +-
 .../Class/Helper/ResultSet/AutoRemoveColumns.pm    |   7 +-
 .../Helper/ResultSet/CorrelateRelationship.pm      |   7 +-
 lib/DBIx/Class/Helper/ResultSet/DateMethods1.pm    | 989 +++++++++++++++++++++
 .../Helper/ResultSet/DateMethods1/Announcement.pod | 158 ++++
 lib/DBIx/Class/Helper/ResultSet/IgnoreWantarray.pm |   7 +-
 lib/DBIx/Class/Helper/ResultSet/Me.pm              |   7 +-
 lib/DBIx/Class/Helper/ResultSet/NoColumns.pm       |   7 +-
 lib/DBIx/Class/Helper/ResultSet/Random.pm          |   7 +-
 lib/DBIx/Class/Helper/ResultSet/RemoveColumns.pm   |   9 +-
 lib/DBIx/Class/Helper/ResultSet/ResultClassDWIM.pm |   7 +-
 lib/DBIx/Class/Helper/ResultSet/SearchOr.pm        |   7 +-
 lib/DBIx/Class/Helper/ResultSet/SetOperations.pm   |   7 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut.pm        |  30 +-
 .../Class/Helper/ResultSet/Shortcut/AddColumns.pm  |   7 +-
 .../Class/Helper/ResultSet/Shortcut/Columns.pm     |   7 +-
 .../Class/Helper/ResultSet/Shortcut/Distinct.pm    |   7 +-
 .../Class/Helper/ResultSet/Shortcut/GroupBy.pm     |   7 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/HRI.pm    |   7 +-
 .../Class/Helper/ResultSet/Shortcut/HasRows.pm     |   7 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Limit.pm  |   7 +-
 .../Class/Helper/ResultSet/Shortcut/LimitedPage.pm |  56 ++
 .../Class/Helper/ResultSet/Shortcut/OrderBy.pm     |   7 +-
 .../Helper/ResultSet/Shortcut/OrderByMagic.pm      |   7 +-
 .../Helper/ResultSet/Shortcut/{Rows.pm => Page.pm} |  13 +-
 .../Class/Helper/ResultSet/Shortcut/Prefetch.pm    |   7 +-
 lib/DBIx/Class/Helper/ResultSet/Shortcut/Rows.pm   |   7 +-
 lib/DBIx/Class/Helper/ResultSet/Union.pm           |   7 +-
 lib/DBIx/Class/Helper/ResultSet/VirtualView.pm     |   7 +-
 lib/DBIx/Class/Helper/Row/CleanResultSet.pm        |   7 +-
 lib/DBIx/Class/Helper/Row/JoinTable.pm             |   7 +-
 lib/DBIx/Class/Helper/Row/NumifyGet.pm             |   7 +-
 lib/DBIx/Class/Helper/Row/OnColumnChange.pm        |   7 +-
 lib/DBIx/Class/Helper/Row/ProxyResultSetMethod.pm  |   7 +-
 lib/DBIx/Class/Helper/Row/ProxyResultSetUpdate.pm  |   7 +-
 lib/DBIx/Class/Helper/Row/RelationshipDWIM.pm      |   7 +-
 lib/DBIx/Class/Helper/Row/SelfResultSet.pm         |   7 +-
 lib/DBIx/Class/Helper/Row/StorageValues.pm         |   7 +-
 lib/DBIx/Class/Helper/Row/SubClass.pm              |   7 +-
 lib/DBIx/Class/Helper/Row/ToJSON.pm                |   7 +-
 lib/DBIx/Class/Helper/Schema/DateTime.pm           |   7 +-
 lib/DBIx/Class/Helper/Schema/GenerateSource.pm     |   7 +-
 lib/DBIx/Class/Helper/Schema/LintContents.pm       |   9 +-
 lib/DBIx/Class/Helper/Schema/QuoteNames.pm         |   7 +-
 lib/DBIx/Class/Helper/SubClass.pm                  |   7 +-
 lib/DBIx/Class/Helper/VirtualView.pm               |   7 +-
 lib/DBIx/Class/Helpers.pm                          |   7 +-
 lib/DBIx/Class/Helpers/Util.pm                     |   7 +-
 t/lib/A/ResultSet/DateMethods1.pm                  | 492 ++++++++++
 t/lib/ParentSchema/Result/Bar.pm                   |   1 +
 t/lib/ParentSchema/Result/Foo.pm                   |   1 +
 t/lib/TestSchema-0.001-MySQL.sql                   |  20 +
 t/lib/TestSchema-0.001-Oracle.sql                  |  19 +
 t/lib/TestSchema-0.001-PostgreSQL.sql              |  15 +
 t/lib/TestSchema-0.001-SQLServer.sql               |  15 +
 t/lib/{ddl.sql => TestSchema-0.001-SQLite.sql}     |  41 +-
 t/lib/TestSchema.pm                                |  28 +-
 t/lib/TestSchema/Result/Bloaty.pm                  |   5 +-
 t/lib/TestSchema/Result/Gnarly.pm                  |   6 +-
 t/lib/TestSchema/Result/HasDateOps.pm              |  14 +
 t/lib/TestSchema/Result/Station.pm                 |   6 +-
 t/lib/TestSchema/ResultSet/HasDateOps.pm           |  11 +
 t/release-pod-syntax.t                             |   5 +-
 t/resultset/date-methods-1/mssql.t                 |  78 ++
 t/resultset/date-methods-1/mysql.t                 |  77 ++
 t/resultset/date-methods-1/oracle.t                |  50 ++
 t/resultset/date-methods-1/pg.t                    |  84 ++
 t/resultset/date-methods-1/sqlite.t                |  62 ++
 t/resultset/shortcut/limited-page.t                |  37 +
 t/row/jointable.t                                  |   4 +-
 t/schema/lint-contents.t                           |   2 +-
 83 files changed, 2444 insertions(+), 325 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