From 88b4474262428a99514fa3569b2ac11a3bab60ee Mon Sep 17 00:00:00 2001 From: Alexandr Ciornii Date: Tue, 7 Jul 2009 09:50:34 +0300 Subject: [PATCH] add repository for META.yml --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 922fa48..e954c44 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.67; +use inc::Module::Install 0.75; use 5.008001; @@ -18,6 +18,8 @@ configure_requires 'ExtUtils::Depends' => 0.302; #minimum version that works on configure_requires 'B::Hooks::OP::Check' => '0.18'; #minimum version that depends on ExtUtils::Depends 0.302 +repository 'http://github.com/rafl/devel-declare/tree'; + postamble(<<'EOM'); $(OBJECT) : stolen_chunk_of_toke.c EOM