[libtype-tiny-perl] 14/27: I'm still getting used to this new RDF schema

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 21:13:12 UTC 2013


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

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit b55c5883ccc19fbea12a8940314f8b2b1ad707d8
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Jul 31 22:10:35 2013 +0100

    I'm still getting used to this new RDF schema
---
 meta/makefile.pret |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/makefile.pret b/meta/makefile.pret
index 1230966..3bb3552 100644
--- a/meta/makefile.pret
+++ b/meta/makefile.pret
@@ -11,15 +11,15 @@
 		deps:on "Test::More 0.96"^^deps:CpanId;
 		comment "I don't have the patience to maintain a test suite that runs on ancient versions of Test::More."@en;
 	];
-	deps:runtime-recommends [
+	deps:runtime-recommendation [
 		deps:on "Type::Tie"^^deps:CpanId;
 		comment "Type::Tie is needed if you want to constrain the type of a scalar, array or hash variable."@en;
 	];
-	deps:runtime-recommends [
+	deps:runtime-recommendation [
 		deps:on "Devel::StackTrace"^^deps:CpanId;
 		comment "Type::Exception can use Devel::StackTrace for stack traces."@en;
 	];
-	deps:runtime-recommends [
+	deps:runtime-recommendation [
 		deps:on "Devel::LexAlias 0.05"^^deps:CpanId;
 		comment "Devel::LexAlias is useful for some Eval::TypeTiny features."@en;
 	];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git



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