소스 검색

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',
+             },
+         },
     }
 );