From 1b79c06ab38daedf93c46dcd1731e4394fdbcfdd Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 Sep 2013 23:52:25 +0300 Subject: [PATCH] Add repository link correctly --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 2dd02e0..874f8b5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,8 @@ WriteMakefile( }, META_ADD => { dynamic_config => 0, - repository => 'http://git.ieval.ro/?p=www-offliberty.git' + resources => { + repository => 'http://git.ieval.ro/?p=www-offliberty.git', + }, } ); -- 2.30.2