[librdf-query-perl] branch master updated (f7c0f54 -> efea636)

Jonas Smedegaard dr at jones.dk
Tue Aug 5 09:29:44 UTC 2014


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

js pushed a change to branch master
in repository librdf-query-perl.

      from  f7c0f54   releasing version 2.910-2
      adds  d44f008   Imported Upstream version 2.911
       new  9a75a89   Merge tag 'upstream/2.911'
       new  5c8342a   Update upstream-tarball hints for new upstream source.
       new  95c8444   Stop build-depending on or recommending libcrypt-gpg-perl or libbloom-filter-perl: No longer used anywhere.
       new  c34aeb0   Sync control.in with control: Use canical Vcs-Git URL.
       new  efea636   Prepare for release: Update changelog, control file and copyright hints.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes.ttl                                   |  24 +++
 META.yml                                      |   6 +-
 Makefile.PL                                   |   2 -
 README                                        |  20 ++-
 README.html                                   |  20 ++-
 SIGNATURE                                     | 230 +++++++++++++-------------
 bin/parse.pl                                  |   5 +-
 bin/rqsh                                      |   2 +-
 debian/changelog                              |  34 ++++
 debian/control                                |   5 +-
 debian/control.in                             |   2 +-
 debian/copyright_hints                        |   4 +-
 debian/rules                                  |   4 +-
 inc/Module/Install.pm                         |   2 +-
 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/RDF/Query.pm                              |  30 ++--
 lib/RDF/Query/Algebra.pm                      |   7 +-
 lib/RDF/Query/Algebra/Aggregate.pm            |  14 +-
 lib/RDF/Query/Algebra/BasicGraphPattern.pm    |   4 +-
 lib/RDF/Query/Algebra/Clear.pm                |   4 +-
 lib/RDF/Query/Algebra/Construct.pm            |   4 +-
 lib/RDF/Query/Algebra/Copy.pm                 |   4 +-
 lib/RDF/Query/Algebra/Create.pm               |   4 +-
 lib/RDF/Query/Algebra/Distinct.pm             |   4 +-
 lib/RDF/Query/Algebra/Extend.pm               |   4 +-
 lib/RDF/Query/Algebra/Filter.pm               |   4 +-
 lib/RDF/Query/Algebra/GroupGraphPattern.pm    |  12 +-
 lib/RDF/Query/Algebra/Limit.pm                |   4 +-
 lib/RDF/Query/Algebra/Load.pm                 |   4 +-
 lib/RDF/Query/Algebra/Minus.pm                |   4 +-
 lib/RDF/Query/Algebra/Move.pm                 |   4 +-
 lib/RDF/Query/Algebra/NamedGraph.pm           |   4 +-
 lib/RDF/Query/Algebra/Offset.pm               |   4 +-
 lib/RDF/Query/Algebra/Optional.pm             |   4 +-
 lib/RDF/Query/Algebra/Path.pm                 |   4 +-
 lib/RDF/Query/Algebra/Project.pm              |   4 +-
 lib/RDF/Query/Algebra/Quad.pm                 |   4 +-
 lib/RDF/Query/Algebra/Sequence.pm             |   4 +-
 lib/RDF/Query/Algebra/Service.pm              |   4 +-
 lib/RDF/Query/Algebra/Sort.pm                 |  13 +-
 lib/RDF/Query/Algebra/SubSelect.pm            |   4 +-
 lib/RDF/Query/Algebra/Table.pm                |   4 +-
 lib/RDF/Query/Algebra/TimeGraph.pm            |   4 +-
 lib/RDF/Query/Algebra/Triple.pm               |   4 +-
 lib/RDF/Query/Algebra/Union.pm                |   4 +-
 lib/RDF/Query/Algebra/Update.pm               |   4 +-
 lib/RDF/Query/BGPOptimizer.pm                 |   4 +-
 lib/RDF/Query/Compiler/SQL.pm                 |  16 +-
 lib/RDF/Query/Error.pm                        |   4 +-
 lib/RDF/Query/ExecutionContext.pm             |  18 +-
 lib/RDF/Query/Expression.pm                   |  10 +-
 lib/RDF/Query/Expression/Alias.pm             |  20 ++-
 lib/RDF/Query/Expression/Binary.pm            |   4 +-
 lib/RDF/Query/Expression/Function.pm          |   4 +-
 lib/RDF/Query/Expression/Nary.pm              |   4 +-
 lib/RDF/Query/Expression/Unary.pm             |   4 +-
 lib/RDF/Query/Federate.pm                     |   4 +-
 lib/RDF/Query/Federate/Plan.pm                |   4 +-
 lib/RDF/Query/Functions.pm                    |   4 +-
 lib/RDF/Query/Functions/Geo.pm                |   4 +-
 lib/RDF/Query/Functions/Jena.pm               |   4 +-
 lib/RDF/Query/Functions/Kasei.pm              |   4 +-
 lib/RDF/Query/Functions/SPARQL.pm             |   4 +-
 lib/RDF/Query/Functions/Xpath.pm              |   4 +-
 lib/RDF/Query/Node.pm                         |   7 +-
 lib/RDF/Query/Node/Blank.pm                   |   4 +-
 lib/RDF/Query/Node/Literal.pm                 |   4 +-
 lib/RDF/Query/Node/Resource.pm                |   4 +-
 lib/RDF/Query/Node/Variable.pm                |   4 +-
 lib/RDF/Query/Parser.pm                       |   4 +-
 lib/RDF/Query/Parser/RDQL.pm                  |   4 +-
 lib/RDF/Query/Parser/SPARQL.pm                |   4 +-
 lib/RDF/Query/Parser/SPARQL11.pm              |  13 +-
 lib/RDF/Query/Plan.pm                         |   9 +-
 lib/RDF/Query/Plan/Aggregate.pm               |   4 +-
 lib/RDF/Query/Plan/BasicGraphPattern.pm       |   4 +-
 lib/RDF/Query/Plan/Clear.pm                   |   4 +-
 lib/RDF/Query/Plan/ComputedStatement.pm       |   4 +-
 lib/RDF/Query/Plan/Constant.pm                |   4 +-
 lib/RDF/Query/Plan/Construct.pm               |   4 +-
 lib/RDF/Query/Plan/Copy.pm                    |   4 +-
 lib/RDF/Query/Plan/Distinct.pm                |   4 +-
 lib/RDF/Query/Plan/Extend.pm                  |   4 +-
 lib/RDF/Query/Plan/Filter.pm                  |   4 +-
 lib/RDF/Query/Plan/Iterator.pm                |   4 +-
 lib/RDF/Query/Plan/Join.pm                    |   4 +-
 lib/RDF/Query/Plan/Join/NestedLoop.pm         |   4 +-
 lib/RDF/Query/Plan/Join/PushDownNestedLoop.pm |   7 +-
 lib/RDF/Query/Plan/Limit.pm                   |   4 +-
 lib/RDF/Query/Plan/Load.pm                    |   4 +-
 lib/RDF/Query/Plan/Minus.pm                   |   4 +-
 lib/RDF/Query/Plan/Move.pm                    |   4 +-
 lib/RDF/Query/Plan/NamedGraph.pm              |   4 +-
 lib/RDF/Query/Plan/Offset.pm                  |   4 +-
 lib/RDF/Query/Plan/Path.pm                    |   4 +-
 lib/RDF/Query/Plan/Project.pm                 |   4 +-
 lib/RDF/Query/Plan/Quad.pm                    |   4 +-
 lib/RDF/Query/Plan/Sequence.pm                |   4 +-
 lib/RDF/Query/Plan/Service.pm                 |   4 +-
 lib/RDF/Query/Plan/Sort.pm                    |   4 +-
 lib/RDF/Query/Plan/SubSelect.pm               |   4 +-
 lib/RDF/Query/Plan/ThresholdUnion.pm          |   4 +-
 lib/RDF/Query/Plan/Triple.pm                  |   4 +-
 lib/RDF/Query/Plan/Union.pm                   |   4 +-
 lib/RDF/Query/Plan/Update.pm                  |   4 +-
 lib/RDF/Query/ServiceDescription.pm           |   4 +-
 lib/RDF/Query/Temporal.pm                     |   4 +-
 lib/RDF/Query/Util.pm                         |   4 +-
 lib/RDF/Query/VariableBindings.pm             |   4 +-
 116 files changed, 521 insertions(+), 355 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-query-perl.git



More information about the Pkg-perl-cvs-commits mailing list