X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=e903731a074f118f7acb40f880ab644cf88e040f;hp=494f2c704d6c245656a690fd4a5c0dd79859be29;hb=bfb0b85ddf5d5e41558431b989506e0ce5fb91ad;hpb=1194702ec43c994abcf387b52c03b8532c8d5f3c 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', + }, + }, );