浏览代码

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;