[libhtml-embedded-turtle-perl] 16/28: meta

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 16:24:32 UTC 2013


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

js pushed a commit to branch master
in repository libhtml-embedded-turtle-perl.

commit 4f1b8f6a785cf02fb0f7e784803056eb02a225c4
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Thu Aug 1 16:29:06 2013 +0100

    meta
    
    --HG--
    branch : HTML-Embedded-Turtle
---
 Makefile.PL       |    2 +-
 meta/makefile.ttl |   14 +++++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 01e5b33..e42b0c6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1 +1 @@
-use inc::Module::Package 'RDF:standard';
+use inc::Module::Package 'RDF:tobyink 0.014';
diff --git a/meta/makefile.ttl b/meta/makefile.ttl
index d2eeb2d..7e5d54c 100644
--- a/meta/makefile.ttl
+++ b/meta/makefile.ttl
@@ -1,13 +1,21 @@
 # This file provides instructions for packaging.
 
 @prefix : <http://purl.org/NET/cpan-uri/terms#> .
+ at prefix d: <http://ontologi.es/doap-deps#> .
 
 <http://purl.org/NET/cpan-uri/dist/HTML-Embedded-Turtle/project>
 	:perl_version_from _:main ;
 	:version_from _:main ;
 	:readme_from _:main ;
-	:test_requires "Test::More 0.61" , "Test::RDF 0.23" ;
-	:requires "Data::UUID", "RDF::RDFa::Parser 1.093", "common::sense" ,
-		"RDF::Trine 0.135" , "RDF::TriN3" , "namespace::clean", "Object::AUTHORITY".
+	d:test-requirement
+		[ d:on "Test::More 0.61"^^d:CpanId ] ,
+		[ d:on "Test::RDF 0.23"^^d:CpanId ] ;
+	d:runtime-requirement 
+		[ d:on "Data::UUID"^^d:CpanId ] ,
+		[ d:on "RDF::RDFa::Parser 1.093"^^d:CpanId ] ,
+		[ d:on "RDF::Trine 0.135"^^d:CpanId ] ,
+		[ d:on "RDF::TriN3"^^d:CpanId ] ,
+		[ d:on "namespace::clean"^^d:CpanId ] ,
+		[ d:on "Object::AUTHORITY"^^d:CpanId ] .
 
 _:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/Embedded/Turtle.pm" .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-embedded-turtle-perl.git



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