[libcatmandu-rdf-perl] 19/20: 0.32
Jonas Smedegaard
dr at jones.dk
Sat Oct 28 03:10:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag upstream/0.32
in repository libcatmandu-rdf-perl.
commit 4a321b6386e7c17a75b139457bbb36f203c55437
Author: Jakob Voss <voss at gbv.de>
Date: Tue Aug 29 13:25:01 2017 +0200
0.32
---
META.json | 18 +++++++++---------
lib/Catmandu/Exporter/RDF.pm | 2 +-
lib/Catmandu/Fix/aref_query.pm | 2 +-
lib/Catmandu/Importer/RDF.pm | 2 +-
lib/Catmandu/RDF.pm | 2 +-
5 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/META.json b/META.json
index 58695b1..a5c0ec0 100644
--- a/META.json
+++ b/META.json
@@ -1,10 +1,10 @@
{
"abstract" : "Modules for handling RDF data within the Catmandu framework",
"author" : [
- "Jakob Vo\u00df"
+ "Jakob Voß"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.005, Dist::Milla version v1.0.16, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "Dist::Zilla version 5.035, Dist::Milla version v1.0.8, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
@@ -15,12 +15,12 @@
"name" : "Catmandu-RDF",
"no_index" : {
"directory" : [
- "eg",
- "examples",
+ "t",
+ "xt",
"inc",
"share",
- "t",
- "xt"
+ "eg",
+ "examples"
]
},
"prereqs" : {
@@ -31,14 +31,14 @@
},
"develop" : {
"requires" : {
- "Dist::Milla" : "v1.0.16",
+ "Dist::Milla" : "v1.0.8",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Catmandu" : "0.9209",
- "Future" : "0.35",
+ "IRI" : "0.008",
"RDF::LDF" : "0.23",
"RDF::NS" : "20140910",
"RDF::Query" : "2.913",
@@ -70,7 +70,7 @@
},
"version" : "0.32",
"x_contributors" : [
- "Jakob Vo\u00df <jakob.voss at gbv.de>",
+ "Jakob Voß <jakob.voss at gbv.de>",
"Patrick Hochstenbach <patrick.hochstenbach at ugent.be>"
]
}
diff --git a/lib/Catmandu/Exporter/RDF.pm b/lib/Catmandu/Exporter/RDF.pm
index f0e23b4..d94d744 100644
--- a/lib/Catmandu/Exporter/RDF.pm
+++ b/lib/Catmandu/Exporter/RDF.pm
@@ -7,7 +7,7 @@ use RDF::Trine::Serializer;
use RDF::Trine::Model;
use RDF::aREF;
-our $VERSION = '0.31';
+our $VERSION = '0.32';
with 'Catmandu::RDF';
with 'Catmandu::Exporter';
diff --git a/lib/Catmandu/Fix/aref_query.pm b/lib/Catmandu/Fix/aref_query.pm
index b953595..daeb673 100644
--- a/lib/Catmandu/Fix/aref_query.pm
+++ b/lib/Catmandu/Fix/aref_query.pm
@@ -4,7 +4,7 @@ use Catmandu::Sane;
use Moo;
use Catmandu::Fix;
-our $VERSION = '0.31';
+our $VERSION = '0.32';
with 'Catmandu::Fix::Base';
diff --git a/lib/Catmandu/Importer/RDF.pm b/lib/Catmandu/Importer/RDF.pm
index f2140e4..501e993 100644
--- a/lib/Catmandu/Importer/RDF.pm
+++ b/lib/Catmandu/Importer/RDF.pm
@@ -18,7 +18,7 @@ use IO::Pipe;
use JSON;
use LWP::UserAgent::CHICaching;
-our $VERSION = '0.31';
+our $VERSION = '0.32';
with 'Catmandu::RDF';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/RDF.pm b/lib/Catmandu/RDF.pm
index 50c88f4..0289c08 100644
--- a/lib/Catmandu/RDF.pm
+++ b/lib/Catmandu/RDF.pm
@@ -6,7 +6,7 @@ use Catmandu::Util qw(is_instance);
use Moo::Role;
use RDF::NS;
-our $VERSION = '0.31';
+our $VERSION = '0.32';
our %TYPE_ALIAS = (
Ttl => 'Turtle',
--
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