[libcatmandu-rdf-perl] 05/20: Fixing global RDF::Trine default_agent state #32

Jonas Smedegaard dr at jones.dk
Sat Oct 28 03:10:21 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 e11ab54e4a70168b6205509cca60801383dc048c
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Tue May 9 16:02:56 2017 +0200

    Fixing global RDF::Trine default_agent state #32
---
 Build.PL  |  4 ++--
 META.json | 23 ++++++++++++-----------
 cpanfile  |  2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/Build.PL b/Build.PL
index 09b9a1e..e598709 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,7 +1,7 @@
-# This Build.PL for Catmandu-RDF was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.010.
+# This Build.PL for Catmandu-RDF was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
 use strict;
 use warnings;
 
 use v5.13.1;
-use Module::Build::Tiny 0.039;
+use Module::Build::Tiny 0.034;
 Build_PL();
diff --git a/META.json b/META.json
index 1c3ccc0..475020d 100644
--- a/META.json
+++ b/META.json
@@ -1,10 +1,10 @@
 {
    "abstract" : "Modules for handling RDF data within the Catmandu framework",
    "author" : [
-      "Jakob Voß"
+      "Jakob Vo\u00df"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.035, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001",
+   "generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
    "license" : [
       "perl_5"
    ],
@@ -15,30 +15,30 @@
    "name" : "Catmandu-RDF",
    "no_index" : {
       "directory" : [
-         "t",
-         "xt",
+         "eg",
+         "examples",
          "inc",
          "share",
-         "eg",
-         "examples"
+         "t",
+         "xt"
       ]
    },
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "Module::Build::Tiny" : "0.039"
+            "Module::Build::Tiny" : "0.034"
          }
       },
       "develop" : {
          "requires" : {
-            "Dist::Milla" : "v1.0.15",
+            "Dist::Milla" : "v1.0.17",
             "Test::Pod" : "1.41"
          }
       },
       "runtime" : {
          "requires" : {
             "Catmandu" : "0.9209",
-            "RDF::LDF" : "0.19",
+            "RDF::LDF" : "0.23",
             "RDF::NS" : "20140910",
             "RDF::Query" : "2.913",
             "RDF::Trine" : "1.013",
@@ -68,8 +68,9 @@
    },
    "version" : "0.31",
    "x_contributors" : [
-      "Jakob Voß <jakob.voss at gbv.de>",
+      "Jakob Vo\u00df <jakob.voss at gbv.de>",
       "Patrick Hochstenbach <patrick.hochstenbach at ugent.be>"
-   ]
+   ],
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
 }
 
diff --git a/cpanfile b/cpanfile
index 209c2a5..a9e5658 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,7 +1,7 @@
 requires 'perl', 'v5.13.1';
 
 requires 'Catmandu', '0.9209';
-requires 'RDF::LDF', '0.19';
+requires 'RDF::LDF', '0.23';
 requires 'RDF::NS', '20140910';
 requires 'RDF::Query', '2.913';
 requires 'RDF::Trine', '1.013';

-- 
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