소스 검색

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