瀏覽代碼

updated makefile with website info

Evan Carroll 5 年之前
父節點
當前提交
5c1307a632
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      Makefile.PL

+ 10 - 0
Makefile.PL

@@ -5,6 +5,16 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
   VERSION   => '0.01',
+  META_MERGE        => {
+    "meta-spec" => { version => 2 },
+    resources => {
+      repository => {
+          type => 'git',
+          url  => 'git@github.com:Troglodyne-Internet-Widgets/tCMS.git',
+          web  => 'https://github.com/Troglodyne-Internet-Widgets/tCMS',
+      },
+    },
+  },
   PREREQ_PM => {
     'CGI::Cookie'            => '0',
     'Capture::Tiny'          => '0',