浏览代码

All the POD specifies the Apache licence, not perl

Tom Hukins 14 年之前
父节点
当前提交
6a50ea311b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.PL

+ 1 - 1
Makefile.PL

@@ -3,7 +3,7 @@ use inc::Module::Install;
 name     'Selenium-Remote-Driver';
 all_from 'lib/Selenium/Remote/Driver.pm';
 author   q{"Aditya Ivaturi" <"ivaturi@gmail.com">};
-license  'perl';
+license  'apache';
 
 build_requires 'LWP::Protocol::PSGI';
 build_requires 'Test::More';