[libcatmandu-rdf-perl] branch master updated (97dc1b2 -> eeed7a8)

Jonas Smedegaard dr at jones.dk
Wed May 13 18:56:54 UTC 2015


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

js pushed a change to branch master
in repository libcatmandu-rdf-perl.

      from  97dc1b2   Update changelog
      adds  73fb8d4   fix test failure
      adds  9e8a4db   documentation
      adds  c3e46c4   update repository location
      adds  8975ea6   fix issue #8 and support import from scalar
      adds  1a4c677   add triples importer mode (issue #5)
      adds  2f77ba3   fix travis
      adds  1b35ef5   0.19
      adds  5064dbb   tried to fix import from URL encoding
      adds  9237115   0.20
      adds  d451bc1   align with RDF::aREF 0.22
      adds  30d4434   0.22
      adds  1890f57   simplify calling syntax of aref_query fix
      adds  1c9acf3   use RDF::aREF 0.23
      adds  2ed6480   0.23
      adds  cdbc918   test _url field
      adds  a264862   Fixing Tests failing on Perl 5.20 #11
      adds  9782245   modified URL test to fail less
      adds  8c79a12   skip testing Perl 5.12
      adds  6dc441e   Adding support for SPARQL
      adds  ddc94dd   guess missing PREFIXes in sparql
      adds  20db5d0   rewrote aref_query fix
      adds  1fe49be   prepare new release
      adds  03d403f   0.24
      adds  09d90f3   Adding support for streaming of NTriple data
      adds  7c83d6e   Merge pull request #15 from LibreCat/stream-exporter
      adds  678f7a2   new release
      adds  1318e5a   0.25
      adds  9e00470   Imported Upstream version 0.25
       new  3b2d41f   Merge tag 'upstream/0.25'
       new  d87a6b5   Update copyright info: Update upstream issue tracker and alternate source URLs.
       new  130fa31   Update copyright info: Extend coverage for myself.
       new  7e219d6   Update homepage.
       new  ad4943c   Update package relations: Tighten (build-)dependency on libcatmandu-perl and librdf-aref-perl.
       new  ce018bb   Extend long description, based on upstream text.
       new  eeed7a8   Prepare for release: Update changelog, control file and copyright hints.

The 7 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:
 Build.PL                       |   2 +-
 Changes                        |  26 ++++-
 MANIFEST                       |   5 +-
 META.json                      |  20 ++--
 META.yml                       |  16 +--
 README                         |  32 +++---
 cpanfile                       |   4 +-
 debian/changelog               |  30 +++++-
 debian/control                 |  16 ++-
 debian/control.in              |  11 ++-
 debian/copyright               |   6 +-
 debian/copyright_hints         |   7 +-
 debian/rules                   |   8 +-
 lib/Catmandu/Exporter/RDF.pm   |  65 ++++++++----
 lib/Catmandu/Fix/aref_query.pm | 130 +++++++++++++++++++-----
 lib/Catmandu/Importer/RDF.pm   | 218 ++++++++++++++++++++++++++++++++++-------
 lib/Catmandu/RDF.pm            |  46 +++------
 t/aref_query.t                 |  38 +++++++
 t/example.rdf                  |   4 +-
 t/example.ttl                  |   4 +-
 t/example.yml                  |   7 ++
 t/fix-aref-query.t             |  24 -----
 t/importer.t                   |  89 +++++++++--------
 t/sparql.t                     |  27 +++++
 t/url.t                        |  15 +++
 25 files changed, 611 insertions(+), 239 deletions(-)
 create mode 100644 t/aref_query.t
 create mode 100644 t/example.yml
 delete mode 100644 t/fix-aref-query.t
 create mode 100644 t/sparql.t
 create mode 100644 t/url.t

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



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