This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libcatmandu-rdf-perl.
commit c88918ba31edbd74fd9441a894a6bcb912ab4162 Merge: b29e922 b3189c3 Author: Jonas Smedegaard <[email protected]> Date: Wed Oct 15 09:45:20 2014 +0200 Imported Upstream version 0.18 Build.PL | 4 ++ Changes | 68 ++++++++++++++++------------- LICENSE | 6 +-- MANIFEST | 10 ++++- META.json | 64 ++++++++++++++++++++++++++++ META.yml | 28 ++++++------ Makefile.PL | 55 ------------------------ README | 40 ++++++++++++++--- cpanfile | 2 +- dist.ini | 2 + lib/Catmandu/Exporter/RDF.pm | 35 ++++----------- lib/Catmandu/Fix/aref_query.pm | 45 ++++++++++++++++++++ lib/Catmandu/Importer/RDF.pm | 97 +++++++++++++----------------------------- lib/Catmandu/RDF.pm | 30 ++++++------- t/example.rdf | 15 +++++++ t/exporter-add.t | 36 ++++++++-------- t/fix-aref-query.t | 24 +++++++++++ t/importer.t | 61 ++++++++++++++------------ t/issue-3.t | 2 +- t/release-pod-syntax.t | 14 ++++++ 20 files changed, 370 insertions(+), 268 deletions(-) diff --cc Changes index 18f8e8c,003bd7b..d8c1998 --- a/Changes +++ b/Changes @@@ -1,53 -1,63 +1,61 @@@ Changelog for Catmandu-RDF - 0.16 2014-09-10T10:20:56 - - improve RDF importer (Jakob Voss) -{{$NEXT}} - + 0.18 2014-10-14 12:53:01 CEST + - add field _url on import from url (issue #9) + - started fix function aref_query + + 0.17 2014-10-02 14:26:35 CEST + - Migrate to Dist::Milla + - Adjust to aREF 0.19 + + 0.16 2014-09-11T06:47:28 + - No changes foun 0.15 2014-07-17T11:35:04 - - document and test count method (Jakob Voss) - - started importer (Jakob Voss) + - document and test count method + - started importer 0.14 2014-01-22T07:18:56 - - internally use RDF::Trine::Model (Jakob Voss) - - bug detected (issue #3?) (Jakob Voss) - - use RDF::aREF 0.09 (Jakob Voss) + - internally use RDF::Trine::Model + - bug detected (issue #3?) + - use RDF::aREF 0.09 0.13 2014-01-15T12:15:56 - - Merge release (Jakob Voss) - - use RDF::aREF 0.08 (Jakob Voss) + - Merge release + - use RDF::aREF 0.08 0.12 2014-01-12T16:39:03 - - release 0.12 with fixed dependencies (Jakob Voss) - - update dependencies (Jakob Voss) - - fixed dist.ini (Jakob Voss) - - fixed dependency (Jakob Voss) + - release 0.12 with fixed dependencies + - update dependencies + - fixed dist.ini + - fixed dependency 0.11 2013-12-02T14:17:01 - - documentation (Jakob Voss) - - fixed cpanfile (Jakob Voss) - - don't test ob Perl 5.10 (Jakob Voss) - - split RDF::aREF as independent module (Jakob Voss) + - documentation + - fixed cpanfile + - don't test ob Perl 5.10 + - split RDF::aREF as independent module 0.10 2013-11-15T11:18:20 - - started to support nested input documents (Jakob Voss) - - renamed aRef to aREF (Jakob Voss) + - started to support nested input documents + - renamed aRef to aREF 0.09 2013-11-13T14:29:24 - - migrated from RDF/JSON to aRef (Jakob Voss) - - fix link (Jakob Voss) + - migrated from RDF/JSON to aRef + - fix link 0.03 2013-09-20T12:42:10 - - auto-expand prefixed object-uris (Jakob Voss) - - support 'a' as shortcut for 'rdf:type' (Jakob Voss) - - extended documentation (Jakob Voss) - - implemented basic Exporter (Jakob Voss) - - support a subset of JSON-LD (Jakob Voss) - - use dzil and travis (Jakob Voss) + - auto-expand prefixed object-uris + - support 'a' as shortcut for 'rdf:type' + - extended documentation + - implemented basic Exporter + - support a subset of JSON-LD + - use dzil and travis 0.02 2013-09-06T09:14:51 - - documentation (Jakob Voss) + - documentation 0.01 2013-09-05T09:39:00 - - basic RDF Exporter (Jakob Voss) - - first draft (Jakob Voss) + - basic RDF Exporter + - first draft diff --cc MANIFEST index 4406539,0000000..cfcb2b2 mode 100644,000000..100644 --- a/MANIFEST +++ b/MANIFEST @@@ -1,16 -1,0 +1,22 @@@ - # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019. ++# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020. ++Build.PL +Changes +LICENSE +MANIFEST ++META.json +META.yml - Makefile.PL +README +cpanfile ++dist.ini +lib/Catmandu/Exporter/RDF.pm ++lib/Catmandu/Fix/aref_query.pm +lib/Catmandu/Importer/RDF.pm +lib/Catmandu/RDF.pm ++t/example.rdf +t/example.ttl +t/exporter-add.t +t/exporter.t ++t/fix-aref-query.t +t/importer.t +t/issue-3.t ++t/release-pod-syntax.t diff --cc META.yml index 7bd0e8d,0000000..bcf43e3 mode 100644,000000..100644 --- a/META.yml +++ b/META.yml @@@ -1,34 -1,0 +1,34 @@@ +--- +abstract: 'Modules for handling RDF data within the Catmandu framework' +author: + - 'Jakob Voß' +build_requires: {} +configure_requires: - ExtUtils::MakeMaker: '6.30' ++ Module::Build::Tiny: '0.037' +dynamic_config: 0 - generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520' ++generated_by: 'Dist::Milla version v1.0.8, Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.141520' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Catmandu-RDF - provides: - Catmandu::Exporter::RDF: - file: lib/Catmandu/Exporter/RDF.pm - version: '0.16' - Catmandu::Importer::RDF: - file: lib/Catmandu/Importer/RDF.pm - version: '0.16' - Catmandu::RDF: - file: lib/Catmandu/RDF.pm - version: '0.16' ++no_index: ++ directory: ++ - t ++ - xt ++ - inc ++ - share ++ - eg ++ - examples +requires: + Catmandu: '0.9' + RDF::NS: '20140910' + RDF::Trine: '1.0' - RDF::aREF: '0.11' ++ RDF::aREF: '0.18' +resources: + bugtracker: https://github.com/gbv/Catmandu-RDF/issues + homepage: https://github.com/gbv/Catmandu-RDF + repository: https://github.com/gbv/Catmandu-RDF.git - version: '0.16' ++version: '0.18' ++x_contributors: ++ - 'Jakob Voss <[email protected]>' diff --cc README index ca40d72,0000000..8a5ae02 mode 100644,000000..100644 --- a/README +++ b/README @@@ -1,15 -1,0 +1,41 @@@ ++NAME ++ Catmandu::RDF - Modules for handling RDF data within the Catmandu ++ framework + ++DESCRIPTION ++ Catmandu::RDF contains modules for handling RDF data within the Catmandu ++ framework. This release is in an early state of development. Feedback ++ and contributions are very welcome at ++ <https://github.com/nichtich/Catmandu-RDF>! + - This archive contains the distribution Catmandu-RDF, - version 0.16: ++AVAILABLE MODULES ++ Catmandu::Exporter::RDF ++ Serialize RDF data (as RDF/XML, RDF/JSON, Turtle, NTriples, ++ RDFa...). RDF data must be provided in another RDF Encoding Form ++ (aREF) as implemented with RDF::aREF. + - Modules for handling RDF data within the Catmandu framework ++ Catmandu::Importer::RDF ++ Parse RDF data (RDF/XML, RDF/JSON, Turtle, NTriples...). + - This software is copyright (c) 2014 by Jakob Voß. ++SUGGESTED MODULES ++ The following modules have not been implemented yet. Please contribute ++ or comment if you miss them! + - This is free software; you can redistribute it and/or modify it under - the same terms as the Perl 5 programming language system itself. ++ "Catmandu::Importer::SPARQL" ++ Import RDF data from a SPARQL endpoint. + ++ "Catmandu::Exporter::SPARUL" or "Catmandu::Exporter::SPARQL" ++ Export RDF data with SPARQL/Update. + - This README file was generated by Dist::Zilla::Plugin::Readme v5.019. ++ "Catmandu::Exporter::RDFPatch" ++ Export RDF with HTTP PATCH. ++ ++SEE ALSO ++ This module is based on Catmandu, RDF::aREF, RDF::Trine, and RDF::NS. ++ ++COPYRIGHT AND LICENSE ++ Copyright Jakob Voss, 2014- ++ ++ This is free software; you can redistribute it and/or modify it under ++ the same terms as the Perl 5 programming language system itself. + diff --cc t/release-pod-syntax.t index 0000000,0000000..cdd6a6c new file mode 100644 --- /dev/null +++ b/t/release-pod-syntax.t @@@ -1,0 -1,0 +1,14 @@@ ++#!perl ++ ++BEGIN { ++ unless ($ENV{RELEASE_TESTING}) { ++ require Test::More; ++ Test::More::plan(skip_all => 'these tests are for release candidate testing'); ++ } ++} ++ ++# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. ++use Test::More; ++use Test::Pod 1.41; ++ ++all_pod_files_ok(); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-rdf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
