[libattean-perl] 02/05: Merge tag 'upstream/0.011'

Jonas Smedegaard dr at jones.dk
Sun Jan 17 06:53:32 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 9d836f6c1ea494e34fa72752fbec0e930a17ca3e
Merge: 5c9b36f 6dff951
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jan 17 09:51:18 2016 +0530

    Merge tag 'upstream/0.011'
    
    Upstream version 0.011
    
    # gpg: Underskrift lavet søn 17 jan 2016 09:51:14 IST
    # 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                                            |   43 +
 LICENSE                                            |    2 +-
 MANIFEST                                           |    5 +
 META.yml                                           |    3 +-
 Makefile.PL                                        |    1 +
 SIGNATURE                                          |  231 ++--
 lib/Attean.pm                                      |    6 +-
 lib/Attean/API.pm                                  |   53 +-
 lib/Attean/API/AbbreviatingParser.pod              |    4 +-
 lib/Attean/API/AbbreviatingSerializer.pod          |    4 +-
 lib/Attean/API/AggregateExpression.pod             |    4 +-
 lib/Attean/API/AppendableSerializer.pod            |    4 +-
 lib/Attean/API/AtOnceParser.pod                    |    4 +-
 lib/Attean/API/Binding.pm                          |   60 +-
 lib/Attean/API/Blank.pod                           |    4 +-
 lib/Attean/API/BlankOrIRI.pod                      |    4 +-
 lib/Attean/API/BulkUpdatableModel.pod              |    4 +-
 lib/Attean/API/Expression.pm                       |   95 +-
 lib/Attean/API/IRI.pod                             |    4 +-
 lib/Attean/API/Iterator.pm                         |   30 +-
 lib/Attean/API/Literal.pod                         |    4 +-
 lib/Attean/API/MixedStatementParser.pod            |    4 +-
 lib/Attean/API/MixedStatementSerializer.pod        |    4 +-
 lib/Attean/API/Model.pm                            |   14 +-
 lib/Attean/API/MutableModel.pod                    |    4 +-
 lib/Attean/API/MutableTripleStore.pod              |    4 +-
 lib/Attean/API/Parser.pm                           |   26 +-
 lib/Attean/API/Plan.pm                             |  142 ++-
 lib/Attean/API/PullParser.pod                      |    4 +-
 lib/Attean/API/PushParser.pod                      |    4 +-
 lib/Attean/API/Quad.pod                            |    4 +-
 lib/Attean/API/QuadParser.pod                      |    4 +-
 lib/Attean/API/QuadPattern.pod                     |    4 +-
 lib/Attean/API/QuadSerializer.pod                  |    4 +-
 lib/Attean/API/Query.pm                            |  251 ++--
 lib/Attean/API/QueryPlanner.pm                     |   46 +-
 lib/Attean/API/RepeatableIterator.pod              |    4 +-
 lib/Attean/API/Result.pod                          |    4 +-
 lib/Attean/API/ResultParser.pod                    |    4 +-
 lib/Attean/API/ResultSerializer.pod                |    4 +-
 lib/Attean/API/Serializer.pm                       |   20 +-
 lib/Attean/API/Store.pm                            |   22 +-
 lib/Attean/API/Term.pm                             |   68 +-
 lib/Attean/API/TermOrVariable.pod                  |    4 +-
 lib/Attean/API/TermParser.pod                      |    4 +-
 lib/Attean/API/TermSerializer.pod                  |    4 +-
 lib/Attean/API/Triple.pod                          |    4 +-
 lib/Attean/API/TripleOrQuad.pod                    |    4 +-
 lib/Attean/API/TripleParser.pod                    |    4 +-
 lib/Attean/API/TriplePattern.pod                   |    4 +-
 lib/Attean/API/TripleSerializer.pod                |    4 +-
 lib/Attean/API/Variable.pod                        |    4 +-
 lib/Attean/AggregateExpression.pod                 |    4 +-
 lib/Attean/Algebra.pm                              |  651 +++--------
 lib/Attean/BindingEqualityTest.pm                  |   60 +-
 lib/Attean/Blank.pm                                |    6 +-
 lib/Attean/CodeIterator.pm                         |   10 +-
 lib/Attean/Expression.pm                           |  210 ++--
 lib/Attean/IDPQueryPlanner.pm                      |    8 +-
 lib/Attean/IRI.pm                                  |    6 +-
 lib/Attean/IteratorSequence.pm                     |    6 +-
 lib/Attean/ListIterator.pm                         |    9 +-
 lib/Attean/Literal.pm                              |   42 +-
 lib/Attean/Plan.pm                                 |  132 ++-
 lib/Attean/Quad.pm                                 |    8 +-
 lib/Attean/QuadModel.pm                            |   20 +-
 lib/Attean/QueryPlanner.pm                         |   72 +-
 lib/Attean/RDF.pm                                  |   20 +-
 lib/Attean/Result.pm                               |    6 +-
 lib/Attean/SimpleQueryEvaluator.pm                 |    9 +-
 lib/Attean/TermMap.pm                              |   25 +-
 lib/Attean/TreeRewriter.pm                         |   40 +-
 lib/Attean/Triple.pm                               |    8 +-
 lib/Attean/TripleModel.pm                          |  197 +++-
 lib/Attean/Variable.pm                             |   19 +-
 lib/AtteanX/API/JoinRotatingPlanner.pm             |   66 +-
 lib/AtteanX/API/Lexer.pm                           |  123 +-
 lib/AtteanX/Parser/NQuads.pm                       |    6 +-
 lib/AtteanX/Parser/NTriples.pm                     |    6 +-
 lib/AtteanX/Parser/NTuples.pm                      |   22 +-
 lib/AtteanX/Parser/RDFXML.pm                       |   85 +-
 lib/AtteanX/Parser/SPARQL.pm                       | 1193 +++++++++++---------
 lib/AtteanX/Parser/SPARQLJSON.pm                   |   46 +-
 lib/AtteanX/Parser/SPARQLLex.pm                    |   24 +-
 lib/AtteanX/Parser/SPARQLTSV.pm                    |   26 +-
 lib/AtteanX/Parser/SPARQLXML.pm                    |    6 +-
 lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm         |    6 +-
 lib/AtteanX/Parser/Turtle.pm                       |   87 +-
 lib/AtteanX/Parser/Turtle/Constants.pm             |   54 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm                 |   26 +-
 lib/AtteanX/Parser/Turtle/Token.pm                 |   69 +-
 lib/AtteanX/RDFQueryTranslator.pm                  |  108 +-
 lib/AtteanX/SPARQL/Constants.pm                    |   61 +-
 lib/AtteanX/SPARQL/Token.pm                        |   97 +-
 lib/AtteanX/Serializer/CanonicalNTriples.pm        |    6 +-
 lib/AtteanX/Serializer/NQuads.pm                   |   14 +-
 lib/AtteanX/Serializer/NTriples.pm                 |   14 +-
 lib/AtteanX/Serializer/NTuples.pm                  |    6 +-
 lib/AtteanX/Serializer/SPARQL.pm                   |   49 +-
 lib/AtteanX/Serializer/SPARQLCSV.pm                |   14 +-
 lib/AtteanX/Serializer/SPARQLHTML.pm               |   22 +-
 lib/AtteanX/Serializer/SPARQLTSV.pm                |   14 +-
 lib/AtteanX/Serializer/SPARQLXML.pm                |   16 +-
 lib/AtteanX/Serializer/Turtle.pm                   |  200 ++++
 .../Serializer/{SPARQL.pm => TurtleTokens.pm}      |  118 +-
 lib/AtteanX/Store/Memory.pm                        |   24 +-
 lib/AtteanX/Store/Simple.pm                        |    6 +-
 meta/changes.ttl                                   |   41 +-
 t/algebra.t                                        |   23 +
 t/cost_planner.t                                   |    2 +-
 t/model-quad.t                                     |   37 +-
 t/parser-rdfxml.t                                  |   39 +
 t/plan.t                                           |   50 +
 t/serializer-sparql.t                              |  418 +++++--
 t/serializer-turtle.t                              |  111 ++
 xt/pod-coverage.t                                  |    1 +
 116 files changed, 4148 insertions(+), 2006 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