[libattean-perl] 38/42: Update upstream source from tag 'upstream/0.019'

Jonas Smedegaard dr at jones.dk
Mon Feb 12 13:16:15 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 01ff40fb0264817fbb8f697c017444ee88c2be8a
Merge: 75fa215 7f30198
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Feb 12 13:43:28 2018 +0100

    Update upstream source from tag 'upstream/0.019'
    
    Update to upstream version '0.019'
    with Debian dir 4f27db71c938c5f91acebb6b4892d175e338e3e9

 .gitignore                                  |   1 -
 CONTRIBUTING                                |   2 -
 Changes                                     |  21 +++
 LICENSE                                     |  21 ---
 MANIFEST                                    |   1 -
 META.yml                                    |   5 +-
 Makefile.PL                                 |   1 +
 README.md                                   |   8 +-
 SIGNATURE                                   | 256 ++++++++++++++--------------
 inc/Module/Install.pm                       |  35 +---
 inc/Module/Install/Base.pm                  |   2 +-
 inc/Module/Install/Can.pm                   |  13 +-
 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                               |   8 +-
 lib/Attean/API.pm                           |  29 ++--
 lib/Attean/API/AbbreviatingParser.pod       |   6 +-
 lib/Attean/API/AbbreviatingSerializer.pod   |   9 +-
 lib/Attean/API/AggregateExpression.pod      |   6 +-
 lib/Attean/API/AppendableSerializer.pod     |   6 +-
 lib/Attean/API/AtOnceParser.pod             |   6 +-
 lib/Attean/API/Binding.pm                   |  41 ++---
 lib/Attean/API/Blank.pod                    |   6 +-
 lib/Attean/API/BlankOrIRI.pod               |   6 +-
 lib/Attean/API/BulkUpdatableModel.pod       |   6 +-
 lib/Attean/API/Expression.pm                |  28 +--
 lib/Attean/API/IRI.pod                      |   6 +-
 lib/Attean/API/Iterator.pm                  |  30 ++--
 lib/Attean/API/Literal.pod                  |   6 +-
 lib/Attean/API/MixedStatementParser.pod     |   6 +-
 lib/Attean/API/MixedStatementSerializer.pod |   6 +-
 lib/Attean/API/Model.pm                     |  24 +--
 lib/Attean/API/MutableModel.pod             |   6 +-
 lib/Attean/API/MutableTripleStore.pod       |   6 +-
 lib/Attean/API/Parser.pm                    |  35 ++--
 lib/Attean/API/Plan.pm                      |  23 ++-
 lib/Attean/API/PullParser.pod               |   6 +-
 lib/Attean/API/PushParser.pod               |   6 +-
 lib/Attean/API/Quad.pod                     |   6 +-
 lib/Attean/API/QuadParser.pod               |   6 +-
 lib/Attean/API/QuadPattern.pod              |   6 +-
 lib/Attean/API/QuadSerializer.pod           |   6 +-
 lib/Attean/API/Query.pm                     |  48 +++---
 lib/Attean/API/QueryPlanner.pm              |  41 ++---
 lib/Attean/API/RepeatableIterator.pod       |   6 +-
 lib/Attean/API/Result.pod                   |   6 +-
 lib/Attean/API/ResultParser.pod             |   6 +-
 lib/Attean/API/ResultSerializer.pod         |   6 +-
 lib/Attean/API/Serializer.pm                |  26 +--
 lib/Attean/API/Store.pm                     |  38 ++---
 lib/Attean/API/Term.pm                      |  43 ++---
 lib/Attean/API/TermOrVariable.pod           |   6 +-
 lib/Attean/API/TermParser.pod               |   6 +-
 lib/Attean/API/TermSerializer.pod           |   6 +-
 lib/Attean/API/Triple.pod                   |   6 +-
 lib/Attean/API/TripleOrQuad.pod             |   6 +-
 lib/Attean/API/TripleParser.pod             |   6 +-
 lib/Attean/API/TriplePattern.pod            |   6 +-
 lib/Attean/API/TripleSerializer.pod         |   6 +-
 lib/Attean/API/Variable.pod                 |   6 +-
 lib/Attean/AggregateExpression.pod          |   6 +-
 lib/Attean/Algebra.pm                       |  86 +++++-----
 lib/Attean/BindingEqualityTest.pm           |   8 +-
 lib/Attean/Blank.pm                         |   8 +-
 lib/Attean/CodeIterator.pm                  |   8 +-
 lib/Attean/Expression.pm                    |  22 +--
 lib/Attean/IDPQueryPlanner.pm               |   8 +-
 lib/Attean/IRI.pm                           |  10 +-
 lib/Attean/IteratorSequence.pm              |   8 +-
 lib/Attean/ListIterator.pm                  |   8 +-
 lib/Attean/Literal.pm                       |  10 +-
 lib/Attean/Plan.pm                          |  66 +++----
 lib/Attean/Quad.pm                          |  10 +-
 lib/Attean/QuadModel.pm                     |  10 +-
 lib/Attean/QueryPlanner.pm                  |   8 +-
 lib/Attean/RDF.pm                           |   8 +-
 lib/Attean/Result.pm                        |   8 +-
 lib/Attean/SimpleQueryEvaluator.pm          |  10 +-
 lib/Attean/TermMap.pm                       |   8 +-
 lib/Attean/TreeRewriter.pm                  |   8 +-
 lib/Attean/Triple.pm                        |  10 +-
 lib/Attean/TripleModel.pm                   |  20 +--
 lib/Attean/Variable.pm                      |   8 +-
 lib/AtteanX/API/JoinRotatingPlanner.pm      |  14 +-
 lib/AtteanX/API/Lexer.pm                    |  12 +-
 lib/AtteanX/Parser/NQuads.pm                |   6 +-
 lib/AtteanX/Parser/NTriples.pm              |   6 +-
 lib/AtteanX/Parser/NTuples.pm               |   8 +-
 lib/AtteanX/Parser/RDFXML.pm                |   6 +-
 lib/AtteanX/Parser/SPARQL.pm                |   8 +-
 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  |   9 +-
 lib/AtteanX/Parser/Turtle.pm                |   8 +-
 lib/AtteanX/Parser/Turtle/Constants.pm      |   6 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm          |   6 +-
 lib/AtteanX/Parser/Turtle/Token.pm          |   8 +-
 lib/AtteanX/SPARQL/Constants.pm             |   6 +-
 lib/AtteanX/SPARQL/Token.pm                 |   8 +-
 lib/AtteanX/Serializer/CanonicalNTriples.pm |   8 +-
 lib/AtteanX/Serializer/NQuads.pm            |   6 +-
 lib/AtteanX/Serializer/NTriples.pm          |   6 +-
 lib/AtteanX/Serializer/NTuples.pm           |   8 +-
 lib/AtteanX/Serializer/RDFXML.pm            |   8 +-
 lib/AtteanX/Serializer/SPARQL.pm            |   8 +-
 lib/AtteanX/Serializer/SPARQLCSV.pm         |   8 +-
 lib/AtteanX/Serializer/SPARQLHTML.pm        |   8 +-
 lib/AtteanX/Serializer/SPARQLJSON.pm        |   8 +-
 lib/AtteanX/Serializer/SPARQLTSV.pm         |   8 +-
 lib/AtteanX/Serializer/SPARQLXML.pm         |   8 +-
 lib/AtteanX/Serializer/Turtle.pm            |   6 +-
 lib/AtteanX/Serializer/TurtleTokens.pm      |   8 +-
 lib/AtteanX/Store/Memory.pm                 |   6 +-
 lib/AtteanX/Store/Simple.pm                 |   6 +-
 lib/AtteanX/Store/SimpleTripleStore.pm      |   6 +-
 meta/changes.ttl                            |  36 +++-
 t/algebra.t                                 |   4 +-
 t/parser-turtle.t                           |  14 ++
 t/simple.t                                  |   2 +-
 t/term-map.t                                |  10 +-
 126 files changed, 861 insertions(+), 807 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