]> git.donarmstrong.com Git - term-progressbar.git/commitdiff
add link to repository
authorGabor Szabo <szabgab@gmail.com>
Wed, 16 May 2012 09:13:06 +0000 (12:13 +0300)
committerGabor Szabo <szabgab@gmail.com>
Wed, 16 May 2012 09:13:06 +0000 (12:13 +0300)
Makefile.PL

index 494f2c704d6c245656a690fd4a5c0dd79859be29..e903731a074f118f7acb40f880ab644cf88e040f 100644 (file)
@@ -19,4 +19,9 @@ WriteMakefile (
                      'Test::Exception' => '0.31',
                      'File::Temp'    => 0,
   },
+    META_MERGE        => {
+       resources => {
+           repository  =>  'https://github.com/szabgab/Term-ProgressBar',
+       },
+       },
 );