[libattean-perl] 01/06: Merge tag 'upstream/0.012'

Jonas Smedegaard dr at jones.dk
Tue Feb 9 03:50:28 UTC 2016


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

js pushed a commit to branch master
in repository libattean-perl.

commit e15ba3673fb3c68286bc50d360fcd24e781f2aee
Merge: 17f69d0 ad2e3f7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Feb 9 03:56:01 2016 +0100

    Merge tag 'upstream/0.012'
    
    Upstream version 0.012
    
    # gpg: Underskrift lavet tir 09 feb 2016 03:55:57 CET
    # gpg:                bruger RSA nøgle 0x2C7C3146C1A00121
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>«
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>«
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>«
    # gpg:        også kendt som »[jpeg image of size 4165]«

 Changes                                            |  53 ++++
 MANIFEST                                           |  10 +
 META.yml                                           |  16 +-
 Makefile.PL                                        |  54 +++--
 SIGNATURE                                          | 268 +++++++++++----------
 bin/attean_parse                                   |  13 +-
 bin/attean_query                                   |  10 +-
 lib/Attean.pm                                      |   4 +-
 lib/Attean/API.pm                                  |  34 ++-
 lib/Attean/API/AbbreviatingParser.pod              |   2 +-
 lib/Attean/API/AbbreviatingSerializer.pod          |   2 +-
 lib/Attean/API/AggregateExpression.pod             |   2 +-
 lib/Attean/API/AppendableSerializer.pod            |   2 +-
 lib/Attean/API/AtOnceParser.pod                    |   2 +-
 lib/Attean/API/Binding.pm                          |  27 ++-
 lib/Attean/API/Blank.pod                           |   2 +-
 lib/Attean/API/BlankOrIRI.pod                      |   2 +-
 lib/Attean/API/BulkUpdatableModel.pod              |   2 +-
 lib/Attean/API/Expression.pm                       |  12 +-
 lib/Attean/API/IRI.pod                             |   2 +-
 lib/Attean/API/Iterator.pm                         |  43 +++-
 lib/Attean/API/Literal.pod                         |   2 +-
 lib/Attean/API/MixedStatementParser.pod            |   2 +-
 lib/Attean/API/MixedStatementSerializer.pod        |   2 +-
 lib/Attean/API/Model.pm                            |  12 +-
 lib/Attean/API/MutableModel.pod                    |   2 +-
 lib/Attean/API/MutableTripleStore.pod              |   2 +-
 lib/Attean/API/Parser.pm                           |  24 +-
 lib/Attean/API/Plan.pm                             |  10 +-
 lib/Attean/API/PullParser.pod                      |   2 +-
 lib/Attean/API/PushParser.pod                      |   2 +-
 lib/Attean/API/Quad.pod                            |   2 +-
 lib/Attean/API/QuadParser.pod                      |   2 +-
 lib/Attean/API/QuadPattern.pod                     |   2 +-
 lib/Attean/API/QuadSerializer.pod                  |   2 +-
 lib/Attean/API/Query.pm                            |  28 +--
 lib/Attean/API/QueryPlanner.pm                     |  23 +-
 lib/Attean/API/RepeatableIterator.pod              |   2 +-
 lib/Attean/API/Result.pod                          |   2 +-
 lib/Attean/API/ResultParser.pod                    |   2 +-
 lib/Attean/API/ResultSerializer.pod                |   2 +-
 lib/Attean/API/Serializer.pm                       |  41 +++-
 lib/Attean/API/Store.pm                            |  57 ++++-
 lib/Attean/API/Term.pm                             |  20 +-
 lib/Attean/API/TermOrVariable.pod                  |   2 +-
 lib/Attean/API/TermParser.pod                      |   2 +-
 lib/Attean/API/TermSerializer.pod                  |   2 +-
 lib/Attean/API/Triple.pod                          |   2 +-
 lib/Attean/API/TripleOrQuad.pod                    |   2 +-
 lib/Attean/API/TripleParser.pod                    |   2 +-
 lib/Attean/API/TriplePattern.pod                   |   2 +-
 lib/Attean/API/TripleSerializer.pod                |   2 +-
 lib/Attean/API/Variable.pod                        |   2 +-
 lib/Attean/AggregateExpression.pod                 |   2 +-
 lib/Attean/Algebra.pm                              |  64 ++---
 lib/Attean/BindingEqualityTest.pm                  |   4 +-
 lib/Attean/Blank.pm                                |   4 +-
 lib/Attean/CodeIterator.pm                         |   7 +-
 lib/Attean/Expression.pm                           |  18 +-
 lib/Attean/IDPQueryPlanner.pm                      |   4 +-
 lib/Attean/IRI.pm                                  |   4 +-
 lib/Attean/IteratorSequence.pm                     |   6 +-
 lib/Attean/ListIterator.pm                         |   4 +-
 lib/Attean/Literal.pm                              |   4 +-
 lib/Attean/Plan.pm                                 | 213 +++++++++++++---
 lib/Attean/Quad.pm                                 |   6 +-
 lib/Attean/QuadModel.pm                            |   6 +-
 lib/Attean/QueryPlanner.pm                         |  15 +-
 lib/Attean/RDF.pm                                  |   4 +-
 lib/Attean/Result.pm                               |   4 +-
 lib/Attean/SimpleQueryEvaluator.pm                 |   6 +-
 lib/Attean/TermMap.pm                              |   4 +-
 lib/Attean/TreeRewriter.pm                         |  11 +-
 lib/Attean/Triple.pm                               |   6 +-
 lib/Attean/TripleModel.pm                          |  99 +++++++-
 lib/Attean/Variable.pm                             |   4 +-
 lib/AtteanX/API/JoinRotatingPlanner.pm             |   2 +-
 lib/AtteanX/API/Lexer.pm                           |  27 +--
 lib/AtteanX/Parser/NQuads.pm                       |   4 +-
 lib/AtteanX/Parser/NTriples.pm                     |   4 +-
 lib/AtteanX/Parser/NTuples.pm                      |   4 +-
 lib/AtteanX/Parser/RDFXML.pm                       |  14 +-
 lib/AtteanX/Parser/SPARQL.pm                       |  55 +++--
 lib/AtteanX/Parser/SPARQLJSON.pm                   |   6 +-
 lib/AtteanX/Parser/SPARQLLex.pm                    |  13 +-
 lib/AtteanX/Parser/SPARQLTSV.pm                    |   4 +-
 lib/AtteanX/Parser/SPARQLXML.pm                    |   4 +-
 lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm         |   4 +-
 lib/AtteanX/Parser/Turtle.pm                       |   4 +-
 lib/AtteanX/Parser/Turtle/Constants.pm             |   6 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm                 |   8 +-
 lib/AtteanX/Parser/Turtle/Token.pm                 |   2 +-
 lib/AtteanX/RDFQueryTranslator.pm                  |   4 +-
 lib/AtteanX/SPARQL/Constants.pm                    |   6 +-
 lib/AtteanX/SPARQL/Token.pm                        |  26 +-
 lib/AtteanX/Serializer/CanonicalNTriples.pm        |  27 ++-
 lib/AtteanX/Serializer/NQuads.pm                   |   4 +-
 lib/AtteanX/Serializer/NTriples.pm                 |   4 +-
 lib/AtteanX/Serializer/NTuples.pm                  |   4 +-
 lib/AtteanX/Serializer/SPARQL.pm                   |   8 +-
 lib/AtteanX/Serializer/SPARQLCSV.pm                |  33 ++-
 lib/AtteanX/Serializer/SPARQLHTML.pm               |  24 +-
 lib/AtteanX/Serializer/SPARQLTSV.pm                |  21 +-
 lib/AtteanX/Serializer/SPARQLXML.pm                |   9 +-
 lib/AtteanX/Serializer/Turtle.pm                   |   5 +-
 lib/AtteanX/Serializer/TurtleTokens.pm             |   5 +-
 lib/AtteanX/Store/Memory.pm                        |   4 +-
 lib/AtteanX/Store/Simple.pm                        |   4 +-
 .../Store/{Simple.pm => SimpleTripleStore.pm}      |  56 ++++-
 lib/Test/Attean/TripleStore.pm                     |   4 +
 meta/changes.ttl                                   |  45 +++-
 t/algebra.t                                        |  25 +-
 t/cost_planner.t                                   |  14 +-
 t/idp_planner.t                                    |  18 +-
 t/iter.t                                           |  45 +++-
 t/join_rotating_planner.t                          |   8 +-
 t/model-triple.t                                   | 155 ++++++++++++
 t/naive_planner.t                                  |  14 +-
 t/parser-nquads.t                                  |  19 +-
 t/parser-ntriples.t                                |  29 ++-
 t/parser-rdfxml.t                                  |  44 +++-
 t/parser-sparql.t                                  | 125 ++++++++++
 t/parser-sparqljson.t                              | 100 ++++++++
 t/parser-sparqltsv.t                               |  74 ++++++
 t/parser-sparqlxml.t                               |  12 +-
 t/parser-turtle.t                                  |  64 +++--
 t/plan.t                                           |  10 +-
 t/serializer-ntriples.t                            |   9 +-
 t/serializer-sparql.t                              |  97 +++++---
 t/serializer-sparqlcsv.t                           |  72 ++++++
 t/serializer-sparqlhtml.t                          |  91 +++++++
 t/serializer-sparqltsv.t                           |  72 ++++++
 t/serializer-sparqlxml.t                           | 110 +++++++++
 t/serializer-turtle.t                              |  87 +++++++
 t/simple.t                                         |  10 +
 t/store-memory.t                                   |   6 +
 t/store-simpletriple.t                             |  61 +++++
 137 files changed, 2391 insertions(+), 758 deletions(-)

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



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