Ver código fonte

v6 distfile, git repo goodies

George S. Baugh 11 anos atrás
pai
commit
4cfef2e195
1 arquivos alterados com 10 adições e 0 exclusões
  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',
+             },
+         },
     }
 );