From ad02810bc9cf62b82007941cf473675f3e10fa01 Mon Sep 17 00:00:00 2001 From: Andreas Koenig Date: Wed, 11 Sep 2013 03:37:35 +0200 Subject: [PATCH] address #86898: fix META_ADD syntax to inject repository into META.yml --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index facaaec..36bf60c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -114,7 +114,7 @@ eval { WriteMakefile ($ExtUtils::MakeMaker::VERSION >= 6.4502 ? (META_ADD => { # write: git push git+ssh://repo.or.cz/srv/git/cpan-testers-parsereport.git master - repository => "git://repo.or.cz/cpan-testers-parsereport.git", + resources => { repository => "git://repo.or.cz/cpan-testers-parsereport.git" }, provides => { "CPAN::Testers::ParseReport" => { version => $mmgenereatedversionfrom, file => $::version_from }}, }) : ()), @sign, -- 2.11.4.GIT