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