[libattean-perl] 01/04: Merge tag 'upstream/0.002'

Jonas Smedegaard dr at jones.dk
Thu Oct 16 14:01:23 UTC 2014


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

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

commit fb6f44d3e63d9fced82f52ce33d50276d41e0dd7
Merge: 1c97dee eebf6a2
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Oct 16 15:45:30 2014 +0200

    Merge tag 'upstream/0.002'
    
    Upstream version 0.002
    
    # gpg: Underskrift lavet tor 16 okt 2014 15:45:29 CEST
    # gpg:                bruger RSA nøgle 0x4EC1B722374F9BD6
    # gpg: udfør venligst en --check-trustdb
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>« [ultimativ]
    # gpg:        også kendt som »[jpeg image of size 4165]« [ultimativ]

 Changes.ttl                                       |  25 +-
 MANIFEST                                          |  11 +
 META.yml                                          |   7 +-
 Makefile.PL                                       |   6 +-
 SIGNATURE                                         | 167 ++++++-----
 bin/query.pl                                      | 343 +---------------------
 lib/Attean.pm                                     | 131 ++++++++-
 lib/Attean/API.pm                                 |   2 +-
 lib/Attean/API/AbbreviatingParser.pod             |   2 +-
 lib/Attean/API/AbbreviatingSerializer.pod         |   2 +-
 lib/Attean/API/AggregateExpression.pod            |  59 ++++
 lib/Attean/API/AppendableSerializer.pod           |   2 +-
 lib/Attean/API/AtOnceParser.pod                   |   2 +-
 lib/Attean/API/Binding.pm                         |   2 +-
 lib/Attean/API/{ResultParser.pod => Blank.pod}    |  23 +-
 lib/Attean/API/BlankOrIRI.pod                     |   2 +-
 lib/Attean/API/BulkUpdatableModel.pod             |  65 ++++
 lib/Attean/API/Expression.pm                      |   2 +-
 lib/Attean/API/{ResultParser.pod => IRI.pod}      |  23 +-
 lib/Attean/API/Iterator.pm                        |   2 +-
 lib/Attean/API/Literal.pod                        |  74 +++++
 lib/Attean/API/MixedStatementParser.pod           |   2 +-
 lib/Attean/API/MixedStatementSerializer.pod       |   2 +-
 lib/Attean/API/Model.pm                           |  14 +-
 lib/Attean/API/MutableModel.pod                   |  98 +++++++
 lib/Attean/API/MutableTripleStore.pod             |  58 ++++
 lib/Attean/API/Parser.pm                          |   2 +-
 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                           |   2 +-
 lib/Attean/API/RepeatableIterator.pod             |  73 +++++
 lib/Attean/API/Result.pod                         |   2 +-
 lib/Attean/API/ResultParser.pod                   |   2 +-
 lib/Attean/API/ResultSerializer.pod               |   2 +-
 lib/Attean/API/Serializer.pm                      |   2 +-
 lib/Attean/API/Store.pm                           |   2 +-
 lib/Attean/API/Term.pm                            |   2 +-
 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                |  64 ++++
 lib/Attean/Algebra.pm                             |   2 +-
 lib/Attean/Blank.pm                               |   2 +-
 lib/Attean/CodeIterator.pm                        |   2 +-
 lib/Attean/Expression.pm                          |   4 +-
 lib/Attean/IRI.pm                                 |   2 +-
 lib/Attean/IteratorSequence.pm                    |   2 +-
 lib/Attean/ListIterator.pm                        |   2 +-
 lib/Attean/Literal.pm                             |   6 +-
 lib/Attean/Quad.pm                                |   2 +-
 lib/Attean/QuadModel.pm                           |   2 +-
 lib/Attean/RDF.pm                                 |   2 +-
 lib/Attean/Result.pm                              |   2 +-
 lib/Attean/SimpleQueryEvaluator.pm                |   2 +-
 lib/Attean/TermMap.pm                             |   2 +-
 lib/Attean/Triple.pm                              |   2 +-
 lib/Attean/Variable.pm                            |   2 +-
 lib/AtteanX/Parser/NQuads.pm                      |   2 +-
 lib/AtteanX/Parser/NTriples.pm                    |   2 +-
 lib/AtteanX/Parser/NTuples.pm                     |   2 +-
 lib/AtteanX/Parser/SPARQLJSON.pm                  |   2 +-
 lib/AtteanX/Parser/SPARQLTSV.pm                   |   2 +-
 lib/AtteanX/Parser/SPARQLXML.pm                   |   2 +-
 lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm        |   2 +-
 lib/AtteanX/Parser/Turtle.pm                      |   2 +-
 lib/AtteanX/Parser/Turtle/Constants.pm            |   4 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm                |   2 +-
 lib/AtteanX/Parser/Turtle/Token.pm                |   2 +-
 bin/query.pl => lib/AtteanX/RDFQueryTranslator.pm |  99 +------
 lib/AtteanX/Serializer/CanonicalNTriples.pm       |   2 +-
 lib/AtteanX/Serializer/NQuads.pm                  |  14 +-
 lib/AtteanX/Serializer/NTriples.pm                |  14 +-
 lib/AtteanX/Serializer/NTuples.pm                 |   2 +-
 lib/AtteanX/Serializer/SPARQLTSV.pm               |  15 +-
 lib/AtteanX/Store/Memory.pm                       |   2 +-
 lib/AtteanX/Store/Simple.pm                       |   2 +-
 t/http-negotiation.t                              |  98 +++++++
 87 files changed, 989 insertions(+), 630 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