ソースを参照

v6 distfile, git repo goodies

George S. Baugh 11 年 前
コミット
4cfef2e195
1 ファイル変更10 行追加0 行削除
  1. 10 0
      Makefile.PL

+ 10 - 0
Makefile.PL

@@ -19,5 +19,15 @@ WriteMakefile(
         "JSON::XS"            => 0,
         "HTTP::Request"       => 0,
         "LWP::UserAgent"      => 0
+    },
+    META_MERGE => {
+        'meta-spec' => { version => 2 },
+         resources => {
+             repository => {
+                 type => 'git',
+                 url  => 'https://github.com/teodesian/TestRail-Perl.git',
+                 web  => 'https://github.com/teodesian/TestRail-Perl',
+             },
+         },
     }
 );