소스 검색

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',