[libtangram-perl] 03/11: Merge tag 'upstream/2.12'

Florian Schlichting fsfs at moszumanska.debian.org
Mon Nov 9 22:01:31 UTC 2015


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

fsfs pushed a commit to branch master
in repository libtangram-perl.

commit 67a6374b92478ee9cb5d2d107837906ef0a568a5
Merge: 90e98b4 0e30e5d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Nov 9 21:54:21 2015 +0100

    Merge tag 'upstream/2.12'
    
    Upstream version 2.12

 Changes.pod                                  | 194 +++++++++++++++++++++++
 MANIFEST                                     |  22 ++-
 MANIFEST.SKIP                                |   2 +-
 META.json                                    |  47 ++++++
 META.yml                                     |  43 ++++--
 MYMETA.json                                  |  47 ++++++
 MYMETA.yml                                   |  28 ++++
 Makefile.PL                                  |   2 +-
 README                                       |   4 +-
 SIGNATURE                                    | 221 +++++++++++++++++++++++++++
 lib/Tangram.pm                               |  64 ++++++--
 lib/Tangram.pod                              |   2 +-
 lib/Tangram/Core.pm                          |  44 +-----
 lib/Tangram/Cursor.pm                        |  61 ++++++--
 lib/Tangram/Cursor/Data.pm                   |   4 +-
 lib/Tangram/Expr.pm                          |  40 ++++-
 lib/Tangram/Expr/Coll.pm                     |   3 +-
 lib/Tangram/Expr/Filter.pm                   |  11 +-
 lib/Tangram/Expr/FlatHash.pm                 |   2 +
 lib/Tangram/Expr/QueryObject.pm              |  21 ++-
 lib/Tangram/Expr/RDBObject.pm                |   1 +
 lib/Tangram/Expr/Select.pm                   |  12 +-
 lib/Tangram/Intro.pod                        |   7 +
 lib/Tangram/Lazy/Ref.pm                      |   1 +
 lib/Tangram/Relational.pm                    |  99 ++++++++++--
 lib/Tangram/Relational/Engine.pm             |  16 +-
 lib/Tangram/Relational/Engine/Class.pm       |   1 +
 lib/Tangram/Relational/PolySelectTemplate.pm |  17 ++-
 lib/Tangram/Relational/Schema.pm             |   8 +-
 lib/Tangram/Schema.pm                        |  18 ++-
 lib/Tangram/Schema.pod                       |   3 +-
 lib/Tangram/Schema/Class.pm                  |   2 +
 lib/Tangram/Schema/ClassHash.pm              |   1 +
 lib/Tangram/Storage.pm                       | 119 +++++++++++----
 lib/Tangram/Storage.pod                      |   3 +
 lib/Tangram/Storage/Statement.pm             |   1 +
 lib/Tangram/Sucks.pm                         |  36 ++++-
 lib/Tangram/Type.pm                          |  10 ++
 lib/Tangram/Type/Abstract/Array.pm           |   1 +
 lib/Tangram/Type/Abstract/Coll.pm            |   2 +
 lib/Tangram/Type/Abstract/Hash.pm            |   2 +
 lib/Tangram/Type/Abstract/Set.pm             |   1 +
 lib/Tangram/Type/Array/FromMany.pm           |   3 +
 lib/Tangram/Type/Array/FromOne.pm            |   1 +
 lib/Tangram/Type/Array/Scalar.pm             |   2 +
 lib/Tangram/Type/Array/Scalar.pod            |   4 +-
 lib/Tangram/Type/Date/Cooked.pm              |   6 +-
 lib/Tangram/Type/Date/TimeHiRes.pm           | 104 +++++++++++++
 lib/Tangram/Type/Dump/Any.pm                 |   5 +
 lib/Tangram/Type/Dump/Perl.pm                |   2 +
 lib/Tangram/Type/Dump/Storable.pm            |   2 +
 lib/Tangram/Type/Hash/FromMany.pm            |   7 +-
 lib/Tangram/Type/Hash/FromOne.pm             |   5 +
 lib/Tangram/Type/Hash/Scalar.pm              |   2 +
 lib/Tangram/Type/Hash/Scalar.pod             |   4 +-
 lib/Tangram/Type/Interval.pm                 |  14 ++
 lib/Tangram/Type/Interval/HiRes.pm           |  20 +++
 lib/Tangram/Type/Real.pm                     |   1 +
 lib/Tangram/Type/Ref/FromMany.pm             |   4 +
 lib/Tangram/Type/Ref/FromOne.pm              |   2 +
 lib/Tangram/Type/Scalar.pm                   |   1 +
 lib/Tangram/Type/Set/FromMany.pm             |   6 +
 lib/Tangram/Type/Set/FromOne.pm              |   7 +
 lib/Tangram/Util.pm                          |  68 +++++++++
 t/DBConfig.pm                                |  21 ++-
 t/README.pod                                 |  24 ++-
 t/misc/Fascisto.pm                           |  16 ++
 t/misc/back-inflation.t                      |  80 ++++++++++
 t/misc/include.t                             |  14 ++
 t/misc/new_opers.t                           | 100 ++++++++++++
 t/moose/CD.pm                                | 101 ++++++++++++
 t/musicstore/01-simple.t                     |   7 +-
 t/orange/hello-tangram.pl                    |  40 +++++
 t/springfield/03-queries.t                   |  58 ++++---
 t/test_manifest                              |   3 +
 t/timeseries/00-schema.t                     |  16 ++
 t/timeseries/Prerequisites.pm                |   9 ++
 t/timeseries/TimeSeries.pm                   |  39 +++++
 tangram.db                                   |   0
 79 files changed, 1813 insertions(+), 208 deletions(-)

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



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