[libtangram-perl] branch master updated (ecf36bd -> 0683251)

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 change to branch master
in repository libtangram-perl.

      from  ecf36bd   update changelog
       new  a08e0ce   Add debian/upstream/metadata
       new  90e98b4   Update debian/changelog
      adds  0e30e5d   Imported Upstream version 2.12
       new  67a6374   Merge tag 'upstream/2.12'
       new  2dc60a1   Update debian/changelog
       new  d2268ee   Refresh spelling.patch
       new  f06c55f   Bump dh compat to level 9
       new  b3644a5   Declare compliance with Debian Policy 3.9.6
       new  afb0ee6   Mark package autopkgtest-able
       new  4a767dd   Add (optional) dependencies on DateTime and YAML
       new  5829a85   skip failing syntax checks
       new  0683251   prepare changelog for release

The 11 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.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 +++++++++++++++++++++++++++
 debian/changelog                             |  14 +-
 debian/compat                                |   2 +-
 debian/control                               |  14 +-
 debian/patches/spelling.patch                |   6 +-
 debian/tests/pkg-perl/syntax-skip            |  16 ++
 debian/upstream/metadata                     |   4 +
 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
 85 files changed, 1858 insertions(+), 219 deletions(-)
 create mode 100644 META.json
 create mode 100644 MYMETA.json
 create mode 100644 MYMETA.yml
 create mode 100644 SIGNATURE
 create mode 100644 debian/tests/pkg-perl/syntax-skip
 create mode 100644 debian/upstream/metadata
 create mode 100644 lib/Tangram/Type/Date/TimeHiRes.pm
 create mode 100644 lib/Tangram/Type/Interval.pm
 create mode 100644 lib/Tangram/Type/Interval/HiRes.pm
 mode change 100755 => 100644 lib/Tangram/Type/Ref/FromOne.pm
 create mode 100644 lib/Tangram/Util.pm
 create mode 100644 t/misc/Fascisto.pm
 create mode 100644 t/misc/back-inflation.t
 create mode 100644 t/misc/include.t
 create mode 100644 t/misc/new_opers.t
 create mode 100644 t/moose/CD.pm
 create mode 100644 t/orange/hello-tangram.pl
 create mode 100644 t/timeseries/00-schema.t
 create mode 100644 t/timeseries/Prerequisites.pm
 create mode 100644 t/timeseries/TimeSeries.pm
 create mode 100644 tangram.db

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