[libattean-perl] 22/42: Merge branch 'v0.018'

Jonas Smedegaard dr at jones.dk
Mon Feb 12 13:16:14 UTC 2018


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

js pushed a commit to annotated tag debian/0.019-1
in repository libattean-perl.

commit 135bcd1cc94f11c71e43b1167eabd2a8bb046ec9
Merge: f7a2440 6d31d95
Author: Gregory Todd Williams <greg at evilfunhouse.com>
Date:   Sat Jan 6 10:21:13 2018 -0800

    Merge branch 'v0.018'

 LICENSE                                     | 21 --------
 MANIFEST                                    |  1 -
 README.md                                   |  7 +++
 lib/Attean.pm                               |  6 +--
 lib/Attean/API.pm                           | 18 +++----
 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                   | 20 ++++----
 lib/Attean/API/Blank.pod                    |  4 +-
 lib/Attean/API/BlankOrIRI.pod               |  4 +-
 lib/Attean/API/BulkUpdatableModel.pod       |  4 +-
 lib/Attean/API/Expression.pm                | 14 +++---
 lib/Attean/API/IRI.pod                      |  4 +-
 lib/Attean/API/Iterator.pm                  | 20 ++++----
 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                      | 12 ++---
 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                     | 30 +++++------
 lib/Attean/API/QueryPlanner.pm              | 16 +++---
 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                     | 24 ++++-----
 lib/Attean/API/Term.pm                      | 18 +++----
 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                       | 78 ++++++++++++++---------------
 lib/Attean/BindingEqualityTest.pm           |  6 +--
 lib/Attean/Blank.pm                         |  6 +--
 lib/Attean/CodeIterator.pm                  |  6 +--
 lib/Attean/Expression.pm                    | 20 ++++----
 lib/Attean/IDPQueryPlanner.pm               |  6 +--
 lib/Attean/IRI.pm                           |  8 +--
 lib/Attean/IteratorSequence.pm              |  6 +--
 lib/Attean/ListIterator.pm                  |  6 +--
 lib/Attean/Literal.pm                       |  6 +--
 lib/Attean/Plan.pm                          | 56 ++++++++++-----------
 lib/Attean/Quad.pm                          |  8 +--
 lib/Attean/QuadModel.pm                     |  8 +--
 lib/Attean/QueryPlanner.pm                  |  6 +--
 lib/Attean/RDF.pm                           |  6 +--
 lib/Attean/Result.pm                        |  6 +--
 lib/Attean/SimpleQueryEvaluator.pm          |  8 +--
 lib/Attean/TermMap.pm                       |  6 +--
 lib/Attean/TreeRewriter.pm                  |  6 +--
 lib/Attean/Triple.pm                        |  8 +--
 lib/Attean/TripleModel.pm                   | 14 +++---
 lib/Attean/Variable.pm                      |  6 +--
 lib/AtteanX/API/JoinRotatingPlanner.pm      |  6 +--
 lib/AtteanX/API/Lexer.pm                    |  6 +--
 lib/AtteanX/Parser/NQuads.pm                |  6 +--
 lib/AtteanX/Parser/NTriples.pm              |  6 +--
 lib/AtteanX/Parser/NTuples.pm               |  6 +--
 lib/AtteanX/Parser/RDFXML.pm                |  6 +--
 lib/AtteanX/Parser/SPARQL.pm                |  6 +--
 lib/AtteanX/Parser/SPARQLJSON.pm            |  6 +--
 lib/AtteanX/Parser/SPARQLLex.pm             |  8 +--
 lib/AtteanX/Parser/SPARQLTSV.pm             |  6 +--
 lib/AtteanX/Parser/SPARQLXML.pm             |  6 +--
 lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm  |  6 +--
 lib/AtteanX/Parser/Turtle.pm                |  6 +--
 lib/AtteanX/Parser/Turtle/Constants.pm      |  6 +--
 lib/AtteanX/Parser/Turtle/Lexer.pm          |  6 +--
 lib/AtteanX/Parser/Turtle/Token.pm          |  6 +--
 lib/AtteanX/SPARQL/Constants.pm             |  6 +--
 lib/AtteanX/SPARQL/Token.pm                 |  6 +--
 lib/AtteanX/Serializer/CanonicalNTriples.pm |  6 +--
 lib/AtteanX/Serializer/NQuads.pm            |  6 +--
 lib/AtteanX/Serializer/NTriples.pm          |  6 +--
 lib/AtteanX/Serializer/NTuples.pm           |  6 +--
 lib/AtteanX/Serializer/RDFXML.pm            |  6 +--
 lib/AtteanX/Serializer/SPARQL.pm            |  6 +--
 lib/AtteanX/Serializer/SPARQLCSV.pm         |  6 +--
 lib/AtteanX/Serializer/SPARQLHTML.pm        |  6 +--
 lib/AtteanX/Serializer/SPARQLJSON.pm        |  6 +--
 lib/AtteanX/Serializer/SPARQLTSV.pm         |  6 +--
 lib/AtteanX/Serializer/SPARQLXML.pm         |  6 +--
 lib/AtteanX/Serializer/Turtle.pm            |  6 +--
 lib/AtteanX/Serializer/TurtleTokens.pm      |  6 +--
 lib/AtteanX/Store/Memory.pm                 |  6 +--
 lib/AtteanX/Store/Simple.pm                 |  6 +--
 lib/AtteanX/Store/SimpleTripleStore.pm      |  6 +--
 meta/changes.ttl                            | 23 ++++++++-
 107 files changed, 462 insertions(+), 456 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