소스 검색

Add metadata

Tom Hukins 14 년 전
부모
커밋
6ddabad2f1
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      Makefile.PL

+ 7 - 0
Makefile.PL

@@ -14,6 +14,13 @@ build_requires 'Carp';
 build_requires 'JSON';
 build_requires 'Net::Ping';
 
+resources 'bugtracker' => 'https://github.com/aivaturi/Selenium-Remote-Driver/issues';
+resources 'repository' => {
+    type => 'git',
+    url => 'git://github.com/aivaturi/Selenium-Remote-Driver.git',
+    web => 'https://github.com/aivaturi/Selenium-Remote-Driver',
+};
+
 auto_install;
 
 WriteAll;