From: Gabor Szabo Date: Wed, 16 May 2012 09:13:06 +0000 (+0300) Subject: add link to repository X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=commitdiff_plain;h=bfb0b85ddf5d5e41558431b989506e0ce5fb91ad;ds=sidebyside add link to repository --- diff --git a/Makefile.PL b/Makefile.PL index 494f2c7..e903731 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,4 +19,9 @@ WriteMakefile ( 'Test::Exception' => '0.31', 'File::Temp' => 0, }, + META_MERGE => { + resources => { + repository => 'https://github.com/szabgab/Term-ProgressBar', + }, + }, );