[librdf-aref-perl] branch master updated (7952fb3 -> e0afb2c)

Jonas Smedegaard dr at jones.dk
Fri May 1 16:07:23 UTC 2015


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

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

      from  7952fb3   Prepare for release: Update changelog and copyright hints.
      adds  85291ba   support multiple queries in aref_query
      adds  279b237   experimental support to encode from URL
      adds  c8f58ff   allow 'a' in aREF query expressions
      adds  e942742   0.21
      adds  3cf708a   fix dependency on more recent RDF::NS
      adds  f905024   fix error message test
      adds  7627223   modified encoder
      adds  a67354e   fix travis-ci
      adds  1541a44   add back some experimental methods
      adds  e7d6e7c   avoid malformed bnode identifiers
      adds  b708122   0.22
      adds  03f7ee1   new decoder option keep_bnode_map
      adds  51ca77b   0.23
      adds  47f619d   support encoding RDF from file
      adds  e22d352   support Unicode normalization (issue #17)
      adds  fe26068   0.24
      adds  185829f   support aREF query expression with multiple items
      adds  b7bd5ae   support aref_query on property maps
      adds  50b686f   0.25
      adds  40b15db   Imported Upstream version 0.25
       new  0f769fa   Merge tag 'upstream/0.25'
       new  3cf7eee   Update package relations: Relax (build-)dependency on librdf-ns-perl slightly.
       new  135d25e   Update package relations: Suggest libunicode-normalize-perl.
       new  e0afb2c   Prepare for release: Update changelog, control file and copyright hints.

The 4 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                 |  19 ++++
 MANIFEST                |   4 +-
 META.json               |  10 +-
 META.yml                |   5 +-
 README                  |  31 ++++--
 cpanfile                |  10 +-
 debian/changelog        |  26 +++++
 debian/control          |   3 +-
 debian/control.in       |   1 +
 debian/copyright_hints  |   4 +-
 debian/rules            |   7 +-
 lib/RDF/aREF.pm         |  93 +++++++++++-----
 lib/RDF/aREF/Decoder.pm |  40 +++++--
 lib/RDF/aREF/Encoder.pm | 279 +++++++++++++++++++++++++++++++-----------------
 lib/RDF/aREF/Query.pm   | 136 +++++++++++++----------
 t/aref-query.t          |  27 ++++-
 t/encode_aref.t         |  47 ++++++++
 t/encoder-add.t         |  30 ------
 t/encoder.t             |  84 +++++++++++----
 t/nfc.t                 |  13 +++
 t/nfc.ttl               |   2 +
 t/suite.t               |   4 +-
 t/trine.t               |  49 +++++----
 23 files changed, 632 insertions(+), 292 deletions(-)
 create mode 100644 t/encode_aref.t
 delete mode 100644 t/encoder-add.t
 create mode 100644 t/nfc.t
 create mode 100644 t/nfc.ttl

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



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