[libattean-perl] 01/05: Merge tag 'upstream/0.013'

Jonas Smedegaard dr at jones.dk
Sat Mar 19 21:29:44 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 97453cdbcb8ad0708bbaa57ef5a3bcf323f85c98
Merge: 85a4c42 b076593
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 19 21:32:10 2016 +0100

    Merge tag 'upstream/0.013'
    
    Upstream version 0.013
    
    # gpg: Underskrift lavet lør 19 mar 2016 21:32:05 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]«

 CONTRIBUTING                                |  22 +
 Changes                                     |  50 ++
 MANIFEST                                    |   3 +
 META.yml                                    |   5 +-
 Makefile.PL                                 |   4 +-
 README.md                                   |  41 +-
 SIGNATURE                                   | 259 ++++-----
 bin/attean_parse                            |   3 +-
 bin/attean_query                            |  58 +-
 inc/Module/Install.pm                       |   6 +-
 inc/Module/Install/Base.pm                  |   2 +-
 inc/Module/Install/Can.pm                   |   2 +-
 inc/Module/Install/Fetch.pm                 |   2 +-
 inc/Module/Install/Makefile.pm              |   2 +-
 inc/Module/Install/Metadata.pm              |   2 +-
 inc/Module/Install/Scripts.pm               |   2 +-
 inc/Module/Install/Win32.pm                 |   2 +-
 inc/Module/Install/WriteAll.pm              |   2 +-
 lib/Attean.pm                               |   4 +-
 lib/Attean/API.pm                           |  16 +-
 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                   |  81 ++-
 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                  |  20 +-
 lib/Attean/API/Literal.pod                  |   2 +-
 lib/Attean/API/MixedStatementParser.pod     |   2 +-
 lib/Attean/API/MixedStatementSerializer.pod |   2 +-
 lib/Attean/API/Model.pm                     |  47 +-
 lib/Attean/API/MutableModel.pod             |   2 +-
 lib/Attean/API/MutableTripleStore.pod       |   2 +-
 lib/Attean/API/Parser.pm                    |  24 +-
 lib/Attean/API/Plan.pm                      |  14 +-
 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                     | 117 ++--
 lib/Attean/API/QueryPlanner.pm              |  33 +-
 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                |  18 +-
 lib/Attean/API/Store.pm                     |  29 +-
 lib/Attean/API/Term.pm                      |  16 +-
 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                       | 564 +++++++++++++++++--
 lib/Attean/BindingEqualityTest.pm           |   4 +-
 lib/Attean/Blank.pm                         |   4 +-
 lib/Attean/CodeIterator.pm                  |   6 +-
 lib/Attean/Expression.pm                    |  18 +-
 lib/Attean/IDPQueryPlanner.pm               |   4 +-
 lib/Attean/IRI.pm                           |   4 +-
 lib/Attean/IteratorSequence.pm              |   4 +-
 lib/Attean/ListIterator.pm                  |   4 +-
 lib/Attean/Literal.pm                       |   6 +-
 lib/Attean/Plan.pm                          | 544 +++++++++---------
 lib/Attean/Quad.pm                          |   6 +-
 lib/Attean/QuadModel.pm                     |   6 +-
 lib/Attean/QueryPlanner.pm                  | 202 ++++++-
 lib/Attean/RDF.pm                           |   4 +-
 lib/Attean/Result.pm                        |   4 +-
 lib/Attean/SimpleQueryEvaluator.pm          |   6 +-
 lib/Attean/TermMap.pm                       |   4 +-
 lib/Attean/TreeRewriter.pm                  |   4 +-
 lib/Attean/Triple.pm                        |   6 +-
 lib/Attean/TripleModel.pm                   |  12 +-
 lib/Attean/Variable.pm                      |   4 +-
 lib/AtteanX/API/JoinRotatingPlanner.pm      |   2 +-
 lib/AtteanX/API/Lexer.pm                    |   4 +-
 lib/AtteanX/Parser/NQuads.pm                |   4 +-
 lib/AtteanX/Parser/NTriples.pm              |   4 +-
 lib/AtteanX/Parser/NTuples.pm               |   4 +-
 lib/AtteanX/Parser/RDFXML.pm                |   4 +-
 lib/AtteanX/Parser/SPARQL.pm                | 650 +++++++++++----------
 lib/AtteanX/Parser/SPARQLJSON.pm            |   4 +-
 lib/AtteanX/Parser/SPARQLLex.pm             |   6 +-
 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      |   4 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm          |   4 +-
 lib/AtteanX/Parser/Turtle/Token.pm          |   2 +-
 lib/AtteanX/RDFQueryTranslator.pm           |   4 +-
 lib/AtteanX/SPARQL/Constants.pm             |   4 +-
 lib/AtteanX/SPARQL/Token.pm                 |  17 +-
 lib/AtteanX/Serializer/CanonicalNTriples.pm |   4 +-
 lib/AtteanX/Serializer/NQuads.pm            |   4 +-
 lib/AtteanX/Serializer/NTriples.pm          |   4 +-
 lib/AtteanX/Serializer/NTuples.pm           |   4 +-
 lib/AtteanX/Serializer/SPARQL.pm            |  33 +-
 lib/AtteanX/Serializer/SPARQLCSV.pm         |   4 +-
 lib/AtteanX/Serializer/SPARQLHTML.pm        |   4 +-
 lib/AtteanX/Serializer/SPARQLTSV.pm         |   4 +-
 lib/AtteanX/Serializer/SPARQLXML.pm         |   9 +-
 lib/AtteanX/Serializer/Turtle.pm            |   4 +-
 lib/AtteanX/Serializer/TurtleTokens.pm      |   4 +-
 lib/AtteanX/Store/Memory.pm                 |   4 +-
 lib/AtteanX/Store/Simple.pm                 |   4 +-
 lib/AtteanX/Store/SimpleTripleStore.pm      |   4 +-
 lib/Test/Attean/QuadStore.pm                |  16 +-
 lib/Test/Attean/SPARQLSuite.pm              | 845 ++++++++++++++++++++++++++++
 meta/changes.ttl                            |  43 +-
 t/idp_planner.t                             |   9 +
 t/parser-sparql.t                           |  16 +-
 t/serializer-sparql.t                       |  65 ++-
 t/simple.t                                  |   2 +-
 xt/dawg11-memory.t                          |  31 +
 128 files changed, 3095 insertions(+), 1141 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