From 845b46f859476af03a5a2444aa97dbd325304693 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Tue, 23 Oct 2018 13:49:09 -0400 Subject: [PATCH] Add git repository to meta --- Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 61c8f23..ab6517b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,4 +20,9 @@ WriteMakefile( 'Test::More' => '0', 'Text::Diff' => '0' }, + META_MERGE => { + resources => { + repository => 'git://github.com/larryl/Test-PerlTidy.git', + }, + }, );