]> git.donarmstrong.com Git - term-progressbar.git/blobdiff - Makefile.PL
add link to repository
[term-progressbar.git] / Makefile.PL
index 494f2c704d6c245656a690fd4a5c0dd79859be29..e903731a074f118f7acb40f880ab644cf88e040f 100644 (file)
@@ -19,4 +19,9 @@ WriteMakefile (
                      'Test::Exception' => '0.31',
                      'File::Temp'    => 0,
   },
                      'Test::Exception' => '0.31',
                      'File::Temp'    => 0,
   },
+    META_MERGE        => {
+       resources => {
+           repository  =>  'https://github.com/szabgab/Term-ProgressBar',
+       },
+       },
 );
 );