[libmodule-install-doapchangesets-perl] 30/47: Need RDF::Query 2.906 for property path support.

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 14:08:43 UTC 2013


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

js pushed a commit to branch master
in repository libmodule-install-doapchangesets-perl.

commit c057b9521fd770de95febf833afb8d4ff93ca22d
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Jul 4 20:17:25 2012 +0100

    Need RDF::Query 2.906 for property path support.
    
    --HG--
    branch : Module-Install-DOAPChangeSets
---
 meta/deps.ttl |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/deps.ttl b/meta/deps.ttl
index 5ef3088..66918af 100644
--- a/meta/deps.ttl
+++ b/meta/deps.ttl
@@ -1,12 +1,16 @@
 @prefix : <http://purl.org/NET/cpan-uri/terms#> .
 
 <http://purl.org/NET/cpan-uri/dist/Module-Install-DOAPChangeSets/project>
+	:recommends
+		"Module::Install::RDF 0.006",
+		"Module::Install::DOAP";
+		"Module::Package::RDF";
 	:requires
 		"File::Slurp" ,
 		"Module::Install 1.00" ,
 		"Perl::Version" ,
 		"RDF::Trine 0.112" ,
-		"RDF::Query 2.200" ,
+		"RDF::Query 2.906" ,
 		"Text::Wrap" ,
 		"LWP::Simple" ,
 		"URI::file 4.0" ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doapchangesets-perl.git



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